We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14744c6 commit b38716eCopy full SHA for b38716e
.github/workflows/claude-code-review.yml
@@ -9,7 +9,7 @@ jobs:
9
claude-review:
10
# Fork PRs don't have access to secrets or OIDC tokens, so the action
11
# cannot authenticate. See https://github.com/anthropics/claude-code-action/issues/339
12
- if: github.event.pull_request.head.repo.fork == false
+ if: github.event.pull_request.head.repo.fork == false && github.actor != 'dependabot[bot]'
13
runs-on: ubuntu-latest
14
permissions:
15
contents: read
0 commit comments