We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d375bc4 commit bded5a9Copy full SHA for bded5a9
1 file changed
.github/workflows/claude-code-review.yml
@@ -12,8 +12,8 @@ on:
12
13
jobs:
14
claude-review:
15
- # Optional: Filter by PR author
16
- # if: |
+ if: |
+ contains(github.event.pull_request.labels.*.name, 'claude')
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'
0 commit comments