ci: skip Claude code review for Dependabot PRs (#1963)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user