Skip to content

Commit 8deac04

Browse files
authored
Merge pull request #792 from rust-embedded/diff-members-only
limit /ci diff to members only
2 parents fece2ff + e28f402 commit 8deac04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/diff.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99
outputs:
1010
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'))
11+
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'))
1212
steps:
1313
- uses: actions/checkout@v4
1414

0 commit comments

Comments
 (0)