We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 43176c4 + f100e64 commit 5701770Copy full SHA for 5701770
.github/workflows/claude-code-review.yml
@@ -12,11 +12,8 @@ on:
12
13
jobs:
14
claude-review:
15
- # Optional: Filter by PR author
16
- # if: |
17
- # github.event.pull_request.user.login == 'external-contributor' ||
18
- # github.event.pull_request.user.login == 'new-developer' ||
19
- # github.event.pull_request.author_association == 'FIRST_TIME_CONTRIBUTOR'
+ # Skip Dependabot PRs - they don't have access to secrets
+ if: github.actor != 'dependabot[bot]'
20
21
runs-on: ubuntu-latest
22
permissions:
0 commit comments