ci: skip Claude code review for Dependabot PRs (#1963)

This commit is contained in:
Max Isbey
2026-01-27 13:04:36 +00:00
committed by GitHub
parent 14744c66c5
commit b38716e5e3
+1 -1
View File
@@ -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