Grant actions: read so Claude can check CI status#15
Conversation
The github_ci MCP server the review uses needs 'actions: read' to read workflow run status; without it the action logs a warning and skips CI status checks. Add the permission so Claude can see CI results.
|
Claude finished @jonathangreen's task in 2m 48s —— View job Code Review
SummaryThe one-line addition of |
Description
Add
actions: readto thereviewjob'spermissionsblock in the reusable Claude PR review workflow.Motivation and Context
When the review runs,
claude-code-actionlogs this warning and disables CI status visibility:The
github_ciMCP server lets Claude read the PR's workflow run / check status. Withoutactions: readit's skipped, so the review can't take CI results into account. Granting the read-only permission enables it.How Has This Been Tested?
Not yet run in CI. This is a minimal, read-only permission addition; the next review run on a same-repo PR should no longer emit the warning and should have CI status available.
Checklist