1 parent f516aa1 commit 5a5459eCopy full SHA for 5a5459e
1 file changed
.github/workflows/claude-review.yml
@@ -45,6 +45,11 @@ jobs:
45
# action's env validation checks the input, not the env var. The
46
# README's env-only example is incomplete for v1.
47
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
53
prompt: |
54
You are reviewing a pull request in moose-lab/DevLog, a TypeScript /
55
Next.js 16 / Bun developer-tools project (CLI + dashboard for Claude
0 commit comments