diff options
| author | Ha Thach <[email protected]> | 2026-06-03 15:27:10 +0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2026-06-03 15:27:10 +0700 |
| commit | f13d86cf298bf653734666b8c364bd8e6eb9f2e5 (patch) | |
| tree | 35c897a4720f50b26f36a6426ea772e361c5a995 | |
| parent | 31c73a3bbba4fb228025a5b09d8d024c0e5b04c1 (diff) | |
| parent | 9a3e32bf549c5fdf6ef7931a47b8b8e2e483d856 (diff) | |
Merge pull request #3668 from hathach/claude/review-sticky-comment
ci(claude): post sticky summary comment on code review
| -rw-r--r-- | .github/workflows/claude-code-review.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/claude-code-review.yml b/.github/workflows/claude-code-review.yml index 97950e888..91859af9d 100644 --- a/.github/workflows/claude-code-review.yml +++ b/.github/workflows/claude-code-review.yml @@ -44,6 +44,9 @@ jobs: actions: read plugin_marketplaces: 'https://github.com/anthropics/claude-code.git' plugins: 'code-review@claude-code-plugins' + # Post/update a single summary comment every run, so a clean review + # ("no issues found") is still visible instead of posting nothing. + use_sticky_comment: true prompt: '/code-review:code-review ${{ github.repository }}/pull/${{ github.event.pull_request.number }}' # TEMPORARY: expose the full Claude transcript in the Actions log for # debugging. Revert to remove once done. |
