From 3ddb40704f2ce682817a9748b02158e65ab54442 Mon Sep 17 00:00:00 2001 From: Jonathan Green Date: Thu, 11 Jun 2026 10:39:51 -0300 Subject: [PATCH] Grant actions: read so Claude can check CI status 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. --- .github/workflows/claude-review.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/claude-review.yml b/.github/workflows/claude-review.yml index ae3c0b0..2674988 100644 --- a/.github/workflows/claude-review.yml +++ b/.github/workflows/claude-review.yml @@ -22,6 +22,7 @@ jobs: runs-on: ubuntu-latest if: github.event.pull_request.user.login != 'dependabot[bot]' permissions: + actions: read contents: read pull-requests: write issues: write