Skip to content

Commit 5a5459e

Browse files
authored
ci: enable use_sticky_comment for Claude review summary
1 parent f516aa1 commit 5a5459e

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/claude-review.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,11 @@ jobs:
4545
# action's env validation checks the input, not the env var. The
4646
# README's env-only example is incomplete for v1.
4747
anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}
48+
# Post Claude's summary as a single sticky PR comment. Without
49+
# this, the action only surfaces inline-comment tool calls, and a
50+
# top-level summary prompt produces "No buffered inline comments"
51+
# and posts nothing.
52+
use_sticky_comment: true
4853
prompt: |
4954
You are reviewing a pull request in moose-lab/DevLog, a TypeScript /
5055
Next.js 16 / Bun developer-tools project (CLI + dashboard for Claude

0 commit comments

Comments
 (0)