From ae25b56084abce0fb4b0f492788415dd691f6811 Mon Sep 17 00:00:00 2001 From: Minghao Li Date: Wed, 27 May 2026 00:20:21 +0800 Subject: [PATCH] ci: enable use_sticky_comment so Claude posts its review summary --- .github/workflows/claude-review.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/claude-review.yml b/.github/workflows/claude-review.yml index 5fff379..93f6bd0 100644 --- a/.github/workflows/claude-review.yml +++ b/.github/workflows/claude-review.yml @@ -45,6 +45,11 @@ jobs: # action's env validation checks the input, not the env var. The # README's env-only example is incomplete for v1. anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }} + # Post Claude's summary as a single sticky PR comment. Without + # this, the action only surfaces inline-comment tool calls, and a + # top-level summary prompt produces "No buffered inline comments" + # and posts nothing. + use_sticky_comment: true prompt: | You are reviewing a pull request in moose-lab/DevLog, a TypeScript / Next.js 16 / Bun developer-tools project (CLI + dashboard for Claude