Uh oh!
There was an error while loading. Please reload this page.
claude-code-review.yml: add missing --comment flag - #11
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
/code-reviewplugin only prints its findings to the job log by default; it needs--commentto post a PR comment. This workflow's prompt was missing that flag, so every automated review has run (real API cost, correct analysis) but never posted anything visible to the PR.show_full_outputon 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." Adding--commentfixed it there; this is the same one-line fix ported here unchanged.Test plan