Skip to content

Commit ae69901

Browse files
committed
Claude action: Don't review PRs on every commit
1 parent c753958 commit ae69901

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
@@ -2,7 +2,7 @@ name: Claude Code Review
22

33
on:
44
pull_request:
5-
types: [opened, synchronize]
5+
types: [opened, ready_for_review, review_requested]
66
# Optional: Only run on specific file changes
77
# paths:
88
# - "src/**/*.ts"

0 commit comments

Comments
 (0)