From: Hauke Mehrtens Date: Sun, 22 Mar 2026 20:31:41 +0000 (+0100) Subject: github: add actions: read permission for CI status in claude-code-review X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=122b2f2ef506de26787cea79038c7d7dba9137eb;p=thirdparty%2Fopenwrt.git 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 --- diff --git a/.github/workflows/claude-code-review.yml b/.github/workflows/claude-code-review.yml index df19bcd290d..13f1dddb646 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: