Skip to content

ci: add conventional-commit PR title lint (LAB-451) - #56

Merged
27Bslash6 merged 1 commit into
mainfrom
lab-451-pr-title-lint
Jul 21, 2026
Merged

ci: add conventional-commit PR title lint (LAB-451)#56
27Bslash6 merged 1 commit into
mainfrom
lab-451-pr-title-lint

Conversation

@27Bslash6

Copy link
Copy Markdown
Contributor

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's LAB-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

  • Dependency-free grep against the standard conventional-commit type set; PR title read via env (not inline ${{ }}) — injection-safe.
  • Runs on opened/edited/reopened/synchronize so 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-title a required status check in branch protection — a check can't be made required until it has produced a status on main at least once.

@coderabbitai

coderabbitai Bot commented Jul 21, 2026

Copy link
Copy Markdown
Contributor

Warning

Review limit reached

You’ve reached a temporary PR review limit under our Fair Usage Limits Policy.

Your recent review volume is higher than typical usage, so adaptive limits are currently applied.

Next review available in: 42 minutes

Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available.
You're only billed for reviews past your plan's rate limits ($0.25/file).

How can I continue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

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 configuration

Configuration used: Path: .coderabbit.yaml

Review profile: ASSERTIVE

Plan: Pro

Run ID: c7bdc866-4a0b-4eba-abd4-9f1311f11a5a

📥 Commits

Reviewing files that changed from the base of the PR and between 5736660 and e68c509.

📒 Files selected for processing (1)
  • .github/workflows/pr-title-lint.yml
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch lab-451-pr-title-lint

Comment @coderabbitai help to get the list of available commands.

@27Bslash6
27Bslash6 merged commit cba6adf into main Jul 21, 2026
30 of 31 checks passed
@27Bslash6
27Bslash6 deleted the lab-451-pr-title-lint branch July 21, 2026 12:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant