From b38716e5e3761dd2d52809d2d68ce65325faad5e Mon Sep 17 00:00:00 2001 From: Max Isbey <224885523+maxisbey@users.noreply.github.com> Date: Tue, 27 Jan 2026 13:04:36 +0000 Subject: [PATCH] ci: skip Claude code review for Dependabot PRs (#1963) --- .github/workflows/claude-code-review.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/claude-code-review.yml b/.github/workflows/claude-code-review.yml index 6238c547..0097e5b6 100644 --- a/.github/workflows/claude-code-review.yml +++ b/.github/workflows/claude-code-review.yml @@ -9,7 +9,7 @@ jobs: claude-review: # Fork PRs don't have access to secrets or OIDC tokens, so the action # cannot authenticate. See https://github.com/anthropics/claude-code-action/issues/339 - if: github.event.pull_request.head.repo.fork == false + if: github.event.pull_request.head.repo.fork == false && github.actor != 'dependabot[bot]' runs-on: ubuntu-latest permissions: contents: read