From 823d01723ae5e897046011e83f264c6b57bbff40 Mon Sep 17 00:00:00 2001 From: ancplua Date: Thu, 7 May 2026 05:50:23 +0200 Subject: [PATCH] ci: make Claude review advisory [skip ci] --- .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 d6d5a7d..127b1b2 100644 --- a/.github/workflows/claude-code-review.yml +++ b/.github/workflows/claude-code-review.yml @@ -34,6 +34,7 @@ jobs: - name: Run Claude Code Review (agentic) id: claude-review uses: anthropics/claude-code-action@9db782c3a17ef2bfc274cd17411bc3e0a5ba1345 # v1 + continue-on-error: true with: claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }} allowed_bots: 'dependabot[bot],renovate[bot]'