We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0268ba0 commit 86b92e0Copy full SHA for 86b92e0
.github/workflows/claude-code-review.yml
@@ -7,7 +7,7 @@ on:
7
jobs:
8
review:
9
name: Review
10
- if: github.event.pull_request.user.login == 'DeveloperC286' && !startsWith(github.event.pull_request.head.ref, 'release-please')
+ if: github.event.pull_request.user.login == 'DeveloperC286' && !startsWith(github.event.pull_request.head.ref, 'release-please') && !github.event.pull_request.draft
11
12
runs-on: ubuntu-latest
13
permissions:
0 commit comments