Skip to content

Fix Claude review workflow permissions#10

Merged
Joxx0r merged 1 commit intomainfrom
fix/claude-review-permissions
Feb 5, 2026
Merged

Fix Claude review workflow permissions#10
Joxx0r merged 1 commit intomainfrom
fix/claude-review-permissions

Conversation

@Joxx0r
Copy link
Collaborator

@Joxx0r Joxx0r commented Feb 5, 2026

Summary

  • Add pull-requests: write permission to the Claude review workflow

The workflow was failing with 403 Resource not accessible by integration because the default GitHub Actions token for pull_request events has read-only permissions.

Test plan

  • Merge this PR and verify the workflow succeeds on subsequent PRs

🤖 Generated with Claude Code

Add pull-requests: write permission to allow the workflow to post
comments on PRs. Without this, the GitHub Actions token has read-only
access and the createComment API call fails with 403.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@github-actions
Copy link

github-actions bot commented Feb 5, 2026

@claude Please review this PR. Focus on:

  • Code quality and potential bugs
  • Security issues
  • Test coverage
  • Documentation completeness

Use the opus model for thorough analysis.

@Joxx0r Joxx0r merged commit 63de16a into main Feb 5, 2026
1 check passed
@Joxx0r Joxx0r deleted the fix/claude-review-permissions branch February 5, 2026 13:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant