We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06cc7e3 commit ef51b92Copy full SHA for ef51b92
.github/workflows/dispatch-matrix-test-on-comment.yml
@@ -38,6 +38,7 @@ jobs:
38
client-payload: '{"pr": "${{ github.event.number }}"}'
39
40
- uses: actions/github-script@v6
41
+ if: ${{ github.event.issue.pull_request && contains(github.event.comment.body, '/test-matrix') }}
42
with:
43
script: |
44
github.rest.issues.createComment({
0 commit comments