chore: switch to inherited org-level config from commit-check/.github#223
Conversation
|
Warning Review limit reached
More reviews will be available in 51 minutes and 4 seconds. Learn how PR review limits work. Your organization has used up its prepaid credits, and credit purchases are no longer available. Enable the review add-on in the billing tab to keep reviews running — you're only billed for reviews past your plan's rate limits ($0.25/file). ⌛ How to resolve this issue?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 credits. 🚦 How do rate 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 see our Fair Usage Limits Policy for further information. 📝 WalkthroughWalkthroughThe commit-check configuration now inherits a shared base file. The local file keeps only the branch rebase-target override and removes the inline commit validation settings. ChangesShared commit-check configuration
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ 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 |
Commit-Check ✔️ |
Replace the standalone commit-check.toml with a minimal config that inherits from the organization-level base configuration via: inherit_from = "github:commit-check/.github:commit-check.toml" Only the action-repo-specific require_rebase_target is kept locally. All other settings (commit rules, branch types, ignore_authors) are now managed centrally in commit-check/.github/commit-check.toml.
958d076 to
343e414
Compare
343e414 to
84ca51a
Compare
Summary
Replace the standalone
commit-check.tomlwith a minimal config that uses the organization-level base configuration via:Only the action-repo-specific
require_rebase_target = "origin/main"is kept locally.Changes
Benefits
Verification
The org config covers all previously local settings with minor improvements (e.g., additional
ignore_authorsentries forcoderabbitai[bot]andshenxianpeng).