Uh oh!
There was an error while loading. Please reload this page.
CI: add missing --comment flag to claude-code-review.yml - #27
Conversation
Same issue as pgxntool-test#61/pgxntool#84: the /code-review plugin only prints its findings to the job log by default; it needs --comment to post a PR comment. Every automated review here has run correctly but never posted anything visible on the PR.
Important Review skippedAuto reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Organization UI Review profile: ASSERTIVE Plan: Pro Plus Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Uh oh!
There was an error while loading. Please reload this page.
Summary
The
/code-reviewplugin only prints its findings to the job log by default; it needs--commentto actually post a PR comment.claude-code-review.yml's prompt was missing that flag, so every automated review ran (real API cost, correct analysis) but never posted anything visible on the PR.Confirmed by capturing the hidden SDK transcript on a canary PR with a deliberately injected bug: the review agent found the bug correctly, but its own final line read "No
--commentargument was provided, so no GitHub comments were posted."Test plan
--commentfixes the missing-comment behavior against a live canary PR.