Skip to content

Commit 9416b83

Browse files
committed
chore(github): 🩹 let claude review opened pull requests, not just ready for review from draft
1 parent 77042f2 commit 9416b83

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

‎.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: [ready_for_review]
5+
types: [opened, ready_for_review]
66
# Optional: Only run on specific file changes
77
# paths:
88
# - "src/**/*.ts"

0 commit comments

Comments
 (0)