Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion .github/workflows/claude-code-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,10 @@ jobs:
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: read
# write so the review agent can post its inline comments — with read it
# reviews successfully but every posting attempt is denied and the PR
# gets nothing (the action still exits 0).
pull-requests: write
issues: read
id-token: write

Expand Down
Loading