ci: post auto-review findings to the PR (#3684)

Add --comment so the auto-review is actually posted on the PR.
This commit is contained in:
Ha Thach
2026-06-08 09:42:08 +07:00
committed by GitHub
parent 1009b14b02
commit 7c68545ab6

View File

@ -47,7 +47,9 @@ jobs:
# 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 }}'
# --comment makes the code-review command post its findings to the PR.
# Without it the command only prints the review to the Actions log.
prompt: '/code-review:code-review ${{ github.repository }}/pull/${{ github.event.pull_request.number }} --comment'
# TEMPORARY: expose the full Claude transcript in the Actions log for
# debugging. Revert to remove once done.
show_full_output: true