summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhathach <[email protected]>2026-06-03 15:28:29 +0700
committerhathach <[email protected]>2026-06-03 15:28:29 +0700
commit232315d6909d9ca7948c830a5e43ad35189da57f (patch)
treea910d3d52f233141e33e62a1871abe45ce6264d6
parent109ca7ec3648f9fd37ef1527acf4c66f743b6267 (diff)
parentf13d86cf298bf653734666b8c364bd8e6eb9f2e5 (diff)
Merge remote-tracking branch 'origin/master' into dwc2_postfix
-rw-r--r--.github/workflows/claude-code-review.yml3
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.