From 122b2f2ef506de26787cea79038c7d7dba9137eb Mon Sep 17 00:00:00 2001 From: Hauke Mehrtens Date: Sun, 22 Mar 2026 21:31:41 +0100 Subject: [PATCH] github: add actions: read permission for CI status in claude-code-review The claude-code-action uses mcp__github_ci__get_ci_status and related tools to check workflow run status as part of the review. Without actions: read the GitHub API calls for CI status are rejected. Fixes: c0e75c9de6f2 ("github: add Claude code review workflow triggered by /claude comment") Co-Authored-By: Claude Sonnet 4.6 Signed-off-by: Hauke Mehrtens --- .github/workflows/claude-code-review.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/claude-code-review.yml b/.github/workflows/claude-code-review.yml index df19bcd290..13f1dddb64 100644 --- a/.github/workflows/claude-code-review.yml +++ b/.github/workflows/claude-code-review.yml @@ -7,6 +7,7 @@ on: permissions: contents: read pull-requests: write + actions: read jobs: code-review: