mirror of
https://github.com/zadam/trilium.git
synced 2026-05-06 22:35:59 +02:00
fix(ci): grant write permission to Claude code review workflow
The pull-requests permission was set to read, preventing Claude from posting review comments on PRs. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
2
.github/workflows/claude-code-review.yml
vendored
2
.github/workflows/claude-code-review.yml
vendored
@@ -21,7 +21,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
permissions:
|
||||
contents: read
|
||||
pull-requests: read
|
||||
pull-requests: write
|
||||
issues: read
|
||||
id-token: write
|
||||
|
||||
|
||||
Reference in New Issue
Block a user