Skip to content

Commit f4c6065

Browse files
committed
feat: enable sticky comments for Claude Code review
Enable sticky comments to reuse the same comment thread on subsequent pushes to the same PR, reducing comment clutter
1 parent 392f947 commit f4c6065

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
@@ -52,7 +52,7 @@ jobs:
5252
Be constructive and helpful in your feedback.
5353
5454
# Optional: Use sticky comments to make Claude reuse the same comment on subsequent pushes to the same PR
55-
# use_sticky_comment: true
55+
use_sticky_comment: true
5656

5757
# Optional: Customize review based on file types
5858
# direct_prompt: |

0 commit comments

Comments
 (0)