Skip to content

Commit c849271

Browse files
committed
Revise claude behaviour
1 parent ec80bef commit c849271

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/claude-code-review.yml

Lines changed: 2 additions & 2 deletions
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]
66
# Optional: Only run on specific file changes
77
# paths:
88
# - "src/**/*.ts"
@@ -48,7 +48,7 @@ jobs:
4848
to add, just reply LGTM.
4949
5050
# Optional: Use sticky comments to make Claude reuse the same comment on subsequent pushes to the same PR
51-
use_sticky_comment: true
51+
# use_sticky_comment: true
5252

5353
# Optional: Add specific tools for running tests or linting
5454
# allowed_tools: "Bash(npm run test),Bash(npm run lint),Bash(npm run typecheck)"

0 commit comments

Comments
 (0)