Skip to content

Commit 3c4f5d0

Browse files
Ajit Pratap Singhclaude
authored andcommitted
fix(ci): grant pull-requests write permission for Claude review
The action needs write access to post and update PR review comments. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 56a6b35 commit 3c4f5d0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
runs-on: ubuntu-latest
2424
permissions:
2525
contents: read
26-
pull-requests: read
26+
pull-requests: write
2727
issues: read
2828
id-token: write
2929

0 commit comments

Comments
 (0)