Skip to content

Commit dd0cca9

Browse files
authored
Merge pull request #1369 from codeflash-ai/test-claude-perms
fix: skip pr-review when triggered by claude bot
2 parents 7f5b49f + 02b9bcb commit dd0cca9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/claude.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ on:
1515
jobs:
1616
# Automatic PR review (can fix linting issues and push)
1717
pr-review:
18-
if: github.event_name == 'pull_request'
18+
if: github.event_name == 'pull_request' && github.actor != 'claude[bot]'
1919
runs-on: ubuntu-latest
2020
permissions:
2121
contents: write

0 commit comments

Comments
 (0)