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 1c65975 commit 5fd2b6aCopy full SHA for 5fd2b6a
.github/workflows/claude-code-review.yml
@@ -17,7 +17,8 @@ jobs:
17
# Optional: Skip review for specific conditions
18
if: |
19
!contains(github.event.pull_request.title, '[skip-review]') &&
20
- !contains(github.event.pull_request.title, '[WIP]')
+ !contains(github.event.pull_request.title, '[WIP]') &&
21
+ github.event.pull_request.draft == false
22
23
runs-on: ubuntu-latest
24
permissions:
0 commit comments