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.
1 parent fc4d47b commit 53346e5Copy full SHA for 53346e5
.github/workflows/pr-analyzer-threestage.yml
@@ -8,7 +8,7 @@ jobs:
8
claude-code-pr-review:
9
runs-on: ubuntu-latest
10
timeout-minutes: 60
11
- if: contains(github.event.pull_request.labels.*.name, 'O-AI-Review')
+ if: ${{ !contains(github.event.pull_request.labels.*.name, 'O-No-AI-Review') }}
12
permissions:
13
contents: read
14
pull-requests: write
0 commit comments