ci: remove the CodeRabbit/PastaClaw AI review gate - #4292
Conversation
The check failed on every PR until one of the two bots happened to submit a review, which left PRs sitting red for reasons unrelated to their contents. It is not a required status check in branch protection or in any ruleset, so removing it does not leave PRs waiting on a missing context. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
|
Warning Review limit reached
Next review available in: 52 minutes You've used all free OSS reviews for now. Wait for the free limit to reset to keep reviewing this public repository. How can I continue?After more reviews become available, a review can be triggered using the To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews. How do review limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability. For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window. Please refer docs for additional details. Review details⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (1)
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 |
|
🕓 Ready for review — 1 ahead in queue (commit 079f9a5) |
Issue being fixed or feature implemented
The
AI Reviewworkflow (CodeRabbit or PastaClaw review) fails by construction on every pull request until one of the two review bots happens to submit a review. Its only step lists the PR's reviews and callscore.setFailedwhen neithercoderabbitainorthepastaclawappears, so a brand-new PR is red for reasons that have nothing to do with its contents, and stays red for as long as the bots are backed up or rate-limited. Example: run 30975227954 on #4291, which has no reviews yet.What was done?
Deleted
.github/workflows/pr-ai-review.yml. Nothing else in the repository referenced the workflow, the job, or its concurrency group.How Has This Been Tested?
Verified the check is not enforced anywhere, so removing the workflow cannot leave PRs waiting on a permanently pending status context:
v4.2-devbranch protection has an emptyrequired_status_checks.checks/contexts.Block deletions, require PR) contains norequired_status_checksrule.Also grepped the tree for
pr-ai-review,ai-review, andPastaClaw review; the only matches were inside the deleted file.Breaking Changes
None.
Checklist:
For repository code-owners and collaborators only
🤖 Generated with Claude Code