diff --git a/.github/workflows/claude-code-review.yml b/.github/workflows/claude-code-review.yml index 6238c5471..0097e5b68 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