ci: gate autorelease on fix and feat commits#716
Conversation
|
Warning Review limit reached
Next review available in: 37 minutes Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available. 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: Central YAML (base), Organization UI (inherited) 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 |
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
There are 2 total unresolved issues (including 1 from previous review).
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit d637dfa. Configure here.
Greptile SummaryThis PR changes the
Confidence Score: 5/5Safe to merge — the new guards are logically correct and manual dispatch is always available as an escape hatch. The guards use well-understood git primitives: No files require special attention. Important Files Changed
Reviews (4): Last reviewed commit: "ci: retry setup-dependent checks" | Re-trigger Greptile |

What changed
fixorfeatconventional commits since the latestv[0-9]*release tag.Why
This keeps automatic releases from running for maintenance-only commit ranges, while still allowing real fix/feature changes to publish automatically.
Validation
actionlint .github/workflows/release-plz.yml .github/workflows/auto-merge-release.ymlgit diff --checkNote
Low Risk
Changes only CI release automation (schedule, guards, checkout); no application runtime or security-sensitive code paths.
Overview
Updates
auto-merge-releaseso scheduled runs happen daily (10:00 UTC) instead of Mondays only, and adds a checkout step with full history and tags so the merge script can inspect releases and commits.Before merging
release→main, scheduled runs now skip when the latestv[0-9]*tag is younger than 7 days, when there are nofix/featconventional commits since that tag, or when the same guards would block (manualworkflow_dispatchbypasses these checks). Empty-body PR handling is unchanged; the log line now refers to a daily release window.Reviewed by Cursor Bugbot for commit 6b33db1. Bugbot is set up for automated code reviews on this repo. Configure here.