You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/claude-code-review.yml
+4-1Lines changed: 4 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -30,6 +30,9 @@ jobs:
30
30
# Enable progress tracking
31
31
track_progress: true
32
32
33
+
# Claude only posts its review once and updates it
34
+
use_sticky_comment: true
35
+
33
36
# Your custom review instructions
34
37
prompt: |
35
38
REPO: ${{ github.repository }}
@@ -63,7 +66,7 @@ jobs:
63
66
- Check API documentation accuracy
64
67
65
68
Provide detailed feedback using inline comments for specific issues.
66
-
Use top-level comments for general observations or praise.
69
+
The toplevel comment should be kept short with minimal repeating or verbosity. To avoid creating unnecessary comments repetedly, use `gh pr comment --edit-last`.
0 commit comments