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 fece2ff + e28f402 commit 8deac04Copy full SHA for 8deac04
.github/workflows/diff.yml
@@ -8,7 +8,7 @@ jobs:
8
runs-on: ubuntu-latest
9
outputs:
10
diffs: ${{ steps.regress-ci.outputs.diffs }}
11
- if: github.event.issue.pull_request && (contains(github.event.comment.body, '\n/ci') || startsWith(github.event.comment.body, '/ci'))
+ if: github.event.issue.pull_request && github.event.comment.author_association == 'MEMBER' && (contains(github.event.comment.body, '\n/ci') || startsWith(github.event.comment.body, '/ci'))
12
steps:
13
- uses: actions/checkout@v4
14
0 commit comments