Skip to content

Commit 33f38d8

Browse files
kaze-cowclaude
andcommitted
chore: update claude-code-review workflow config
Enable sticky comments and refine review instructions to reduce verbosity. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
1 parent e6608ae commit 33f38d8

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@ jobs:
3030
# Enable progress tracking
3131
track_progress: true
3232

33+
# Claude only posts its review once and updates it
34+
use_sticky_comment: true
35+
3336
# Your custom review instructions
3437
prompt: |
3538
REPO: ${{ github.repository }}
@@ -63,7 +66,7 @@ jobs:
6366
- Check API documentation accuracy
6467
6568
Provide detailed feedback using inline comments for specific issues.
66-
Use top-level comments for general observations or praise.
69+
The top level comment should be kept short with minimal repeating or verbosity. To avoid creating unnecessary comments repetedly, use `gh pr comment --edit-last`.
6770
6871
# Tools for comprehensive PR review
6972
claude_args: |

0 commit comments

Comments
 (0)