Skip to content

Commit 5701770

Browse files
authored
Merge branch 'main' into dependabot/npm_and_yarn/eslint-9.39.2
2 parents 43176c4 + f100e64 commit 5701770

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/claude-code-review.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,8 @@ on:
1212

1313
jobs:
1414
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'
15+
# Skip Dependabot PRs - they don't have access to secrets
16+
if: github.actor != 'dependabot[bot]'
2017

2118
runs-on: ubuntu-latest
2219
permissions:

0 commit comments

Comments
 (0)