We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec80bef commit c849271Copy full SHA for c849271
.github/workflows/claude-code-review.yml
@@ -2,7 +2,7 @@ name: Claude Code Review
2
3
on:
4
pull_request:
5
- types: [opened, synchronize]
+ types: [opened]
6
# Optional: Only run on specific file changes
7
# paths:
8
# - "src/**/*.ts"
@@ -48,7 +48,7 @@ jobs:
48
to add, just reply LGTM.
49
50
# Optional: Use sticky comments to make Claude reuse the same comment on subsequent pushes to the same PR
51
- use_sticky_comment: true
+ # use_sticky_comment: true
52
53
# Optional: Add specific tools for running tests or linting
54
# allowed_tools: "Bash(npm run test),Bash(npm run lint),Bash(npm run typecheck)"
0 commit comments