We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd95aaf commit 4ef4ba4Copy full SHA for 4ef4ba4
1 file changed
.github/workflows/claude-code-review.yml
@@ -1,8 +1,9 @@
1
name: Claude Code Review
2
3
on:
4
- pull_request:
5
- types: [opened, synchronize, ready_for_review, reopened]
+ workflow_dispatch:
+ # pull_request:
6
+ # types: [opened, synchronize, ready_for_review, reopened]
7
# Optional: Only run on specific file changes
8
# paths:
9
# - "src/**/*.ts"
0 commit comments