Skip to content

Commit 39412cf

Browse files
authored
fix: skip review if pr created by dependabot (#349)
1 parent 410697b commit 39412cf

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/claude-review.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66

77
jobs:
88
review:
9+
if: github.actor != 'dependabot[bot]'
910
runs-on: ubuntu-latest
1011
permissions:
1112
contents: read

0 commit comments

Comments
 (0)