Skip to content

Commit f46e1cb

Browse files
julien51claude
andauthored
ci: grant pull-requests write permission to claude-code-review (unlock-protocol#16328)
ci: grant pull-requests write permission to claude-code-review workflow Required to post review comments on PRs. Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 9870b2d commit f46e1cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
runs-on: ubuntu-latest
2222
permissions:
2323
contents: read
24-
pull-requests: read
24+
pull-requests: write
2525
issues: read
2626
id-token: write
2727

0 commit comments

Comments
 (0)