Skip to content

Commit ead1466

Browse files
committed
Grant contents write permission to enable reactions
- Change contents permission from read to write - Matches task-manager-demo configuration - Should enable eyes reaction on @claude mentions
1 parent 8951cfe commit ead1466

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/claude.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ jobs:
2525
timeout-minutes: 30
2626
runs-on: ubuntu-latest
2727
permissions:
28-
contents: read
29-
pull-requests: write # Changed from read to write
30-
issues: write # Changed from read to write
28+
contents: write # Changed from read to write (enables reactions)
29+
pull-requests: write
30+
issues: write
3131
id-token: write
3232
actions: read # Required for Claude to read CI results on PRs
3333
steps:

0 commit comments

Comments
 (0)