chore(pr-review): pin to pr-review/stable channel (#536 ring-2) - #377
Conversation
…6 ring-2) Replace the deprecated pr-review-reusable.yml@main wrapper with a direct caller of pr-review.yml@pr-review/stable. Fixes the wrapper's dropped DON_PETRY_BOT_GH_PAT_CLASSIC (approvals), mutable @main pin, and missing agent_ref. Adopts the validated markets (#262) consumer template verbatim. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
|
You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard. |
|
Note Gemini is unable to generate a review for this pull request due to the file types involved not being currently supported. |
|
Warning Review limit reached
More reviews will be available in 43 minutes and 50 seconds. Learn how PR review limits work. Your organization has run out of usage credits. Purchase more in the billing tab. ⌛ How to resolve this issue?After more reviews become available, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans include higher PR review limits than trial, open-source, and free plans. In all cases, reviews become available again over time. During sustained high-volume PR review activity, CodeRabbit may temporarily slow when the next review becomes available. Please see our Fair Usage Limits Policy for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
✨ Finishing Touches🧪 Generate unit tests (beta)
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 |
Dev-Lead — review-changes (no-changes)No changes were needed for this PR. |
CI Failure: SonarCloud Code AnalysisStep: SonarCloud Code Analysis (Quality Gate) The PR modifies Suggested fix: Replace |
There was a problem hiding this comment.
Pull request overview
Updates the repository’s PR review automation to call the org’s PR Review reusable workflow directly, pinned to the pr-review/stable channel, aligning with the newer consumer template and avoiding mutable @main usage.
Changes:
- Switched from the deprecated
pr-review-reusable.yml@mainwrapper topr-review.yml@pr-review/stable. - Expanded trigger set (e.g.,
check_suite,pull_request_review,repository_dispatch) and updatedworkflow_dispatchinputs (pr_url,dry_run,force_review). - Set explicit workflow permissions intended to support PR review/comment actions.
| types: [created] | ||
| issue_comment: | ||
| types: [created] | ||
| types: [ready_for_review, reopened, synchronize] |
There was a problem hiding this comment.
Added opened to the pull_request trigger types in .github/workflows/pr-review.yml (line 21). The types list is now [opened, ready_for_review, reopened, synchronize], ensuring the workflow fires immediately when a non-draft PR is created — not only on subsequent pushes or draft-to-ready conversions.
Dev-Lead Fix CI — appliedPR: #377 | SHA: |
|
CI Failure: SonarCloud Code AnalysisStep: SonarCloud Code Analysis (external quality gate) SonarCloud scanned the changes in this PR and the quality gate did not pass. The PR modifies Suggested fix: Open the SonarCloud project dashboard, filter to the issues introduced at commit |
Dev-Lead — review-changes (applied)Changes committed and pushed. |
CI Failure: SonarCloud Code AnalysisStep: SonarCloud Quality Gate The PR modifies Suggested fix: Replace |


Replace the deprecated
pr-review-reusable.yml@mainwrapper with a direct caller ofpr-review.yml@pr-review/stable— fixes dropped classic PAT (approvals), mutable@mainpin, and missingagent_ref. Adopts the validated markets (#262) / bmad (#290) consumer template. Part of #536 ring-2 fan-out.🤖 Generated with Claude Code