Skip to content

Commit d6f928f

Browse files
ci: ignoring release please PRs (#231)
1 parent d60f603 commit d6f928f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
jobs:
88
review:
99
name: Review
10-
if: github.event.pull_request.user.login == 'DeveloperC286'
10+
if: github.event.pull_request.user.login == 'DeveloperC286' && !startsWith(github.event.pull_request.head.ref, 'release-please')
1111

1212
runs-on: ubuntu-latest
1313
permissions:

0 commit comments

Comments
 (0)