We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e940fd1 commit 3acee1cCopy full SHA for 3acee1c
.github/workflows/claude-code-review.yml
@@ -12,14 +12,15 @@ jobs:
12
contains(github.event.comment.body, '/review') &&
13
(
14
github.event.comment.author_association == 'OWNER' ||
15
- github.event.comment.author_association == 'MEMBER'
+ github.event.comment.author_association == 'MEMBER' ||
16
+ github.event.comment.author_association == 'COLLABORATOR'
17
)
18
19
runs-on: ubuntu-latest
20
permissions:
21
contents: read
- pull-requests: read
22
- issues: read
+ pull-requests: write
23
+ issues: write
24
id-token: write
25
26
steps:
0 commit comments