ci: add conventional-commit PR title lint (LAB-451) - #56
Conversation
|
Warning Review limit reachedYou’ve reached a temporary PR review limit under our Fair Usage Limits Policy. Next review available in: 42 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: Path: .coderabbit.yaml Review profile: ASSERTIVE Plan: Pro Run ID: 📒 Files selected for processing (1)
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
Adds the conventional-commit PR-title gate to this release-please repo, matching the one already live on
cachekit-io/saas(#247).Why
This repo is squash-merge-only, so the PR title becomes the squash commit header that release-please parses. Non-conventional titles — notably a
LAB-NNN:prefix — are silently skipped: no version bump, no changelog entry, no error. Live example:cachekit-py#228'sLAB-381:title starved the SWR release and blocked a downstream consumer (LAB-465). This check fails such titles at PR time instead of one release later.What
grepagainst the standard conventional-commit type set; PR title read viaenv(not inline${{ }}) — injection-safe.opened/edited/reopened/synchronizeso it can be promoted to a required status check.Rollout of LAB-451's "what's next" item 5 (extend the saas guard to the other release-please repos: py / ts / rs / core).
Follow-up after merge
Mark
conventional-titlea required status check in branch protection — a check can't be made required until it has produced a status onmainat least once.