Skip to content

Commit 3acee1c

Browse files
committed
chore(claude): change constraints for claude code review
1 parent e940fd1 commit 3acee1c

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/claude-code-review.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,15 @@ jobs:
1212
contains(github.event.comment.body, '/review') &&
1313
(
1414
github.event.comment.author_association == 'OWNER' ||
15-
github.event.comment.author_association == 'MEMBER'
15+
github.event.comment.author_association == 'MEMBER' ||
16+
github.event.comment.author_association == 'COLLABORATOR'
1617
)
1718
1819
runs-on: ubuntu-latest
1920
permissions:
2021
contents: read
21-
pull-requests: read
22-
issues: read
22+
pull-requests: write
23+
issues: write
2324
id-token: write
2425

2526
steps:

0 commit comments

Comments
 (0)