We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de05ee8 commit ff800dfCopy full SHA for ff800df
1 file changed
.github/workflows/claude-code-review.yml
@@ -11,7 +11,10 @@ jobs:
11
if: |
12
(github.event_name == 'issue_comment' &&
13
contains(github.event.comment.body, '@claude') &&
14
- github.event.issue.pull_request) ||
+ github.event.issue.pull_request &&
15
+ (github.event.comment.author_association == 'OWNER' ||
16
+ github.event.comment.author_association == 'MEMBER' ||
17
+ github.event.comment.author_association == 'COLLABORATOR')) ||
18
(github.event_name == 'pull_request' &&
19
contains(github.event.pull_request.labels.*.name, 'claude-review'))
20
runs-on: ubuntu-latest
0 commit comments