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.
2 parents 90b4bda + ef51b92 commit be7971dCopy full SHA for be7971d
.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