Skip to content

Commit bded5a9

Browse files
authored
chore(claude): Disabling it for PR by default (#552)
* chore: Adding CLAUDE doc file * adding claude CI files * update to avoid triggering claude all the time
1 parent d375bc4 commit bded5a9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

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

1313
jobs:
1414
claude-review:
15-
# Optional: Filter by PR author
16-
# if: |
15+
if: |
16+
contains(github.event.pull_request.labels.*.name, 'claude')
1717
# github.event.pull_request.user.login == 'external-contributor' ||
1818
# github.event.pull_request.user.login == 'new-developer' ||
1919
# github.event.pull_request.author_association == 'FIRST_TIME_CONTRIBUTOR'

0 commit comments

Comments
 (0)