Add claude GitHub actions 1771462556558#400
Add claude GitHub actions 1771462556558#400michaeltookes wants to merge 2 commits intosteipete:mainfrom
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 64ad85fba7
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| runs-on: ubuntu-latest | ||
| permissions: | ||
| contents: read | ||
| pull-requests: read |
There was a problem hiding this comment.
Grant PR write scope for automated review comments
The workflow token is limited to pull-requests: read, but this job is intended to publish Claude review results back onto the PR. GitHub blocks review/comment creation with read-only PR scope, so the action can execute but fail when it tries to post feedback, leaving review runs effectively silent.
Useful? React with 👍 / 👎.
| pull-requests: read | ||
| issues: read |
There was a problem hiding this comment.
Allow issue/PR writes so @claude can reply
This workflow is triggered by @claude mentions on issues and PR discussions, but both issues and pull-requests permissions are read-only. With these scopes, the bot cannot post follow-up comments or updates to the thread, so mention-triggered runs will fail or produce no visible response to users.
Useful? React with 👍 / 👎.
No description provided.