From 116b86f6c75a660f5c7a5158815ced59bf3c5c76 Mon Sep 17 00:00:00 2001 From: Chris Howell Date: Mon, 31 Aug 2026 14:04:20 +0100 Subject: [PATCH] ci: use sticky comment for Claude code review The review posts inline comments only when it has findings, so a clean review usually leaves no trace on the PR. use_sticky_comment maintains one summary comment per PR, updated on each run, so every PR shows that the review happened and what it concluded. Co-Authored-By: Claude Fable 5 Claude-Session: https://claude.ai/code/session_01VPzRUnPKS8j3WimEjyb2Jk --- .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 37e66f3..a517ef8 100644 --- a/.github/workflows/claude-code-review.yml +++ b/.github/workflows/claude-code-review.yml @@ -36,6 +36,7 @@ jobs: uses: anthropics/claude-code-action@v1 with: claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }} + use_sticky_comment: true plugin_marketplaces: 'https://github.com/anthropics/claude-code.git' plugins: 'code-review@claude-code-plugins' prompt: '/code-review:code-review --comment ${{ github.repository }}/pull/${{ github.event.pull_request.number }}'