Skip to content

Commit 53346e5

Browse files
committed
github: enable claude code review bot for all PRs by default
1 parent fc4d47b commit 53346e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr-analyzer-threestage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
claude-code-pr-review:
99
runs-on: ubuntu-latest
1010
timeout-minutes: 60
11-
if: contains(github.event.pull_request.labels.*.name, 'O-AI-Review')
11+
if: ${{ !contains(github.event.pull_request.labels.*.name, 'O-No-AI-Review') }}
1212
permissions:
1313
contents: read
1414
pull-requests: write

0 commit comments

Comments
 (0)