feat: add centralized contributor governance workflow#3
Conversation
|
Warning Review limit reached
More reviews will be available in 3 minutes and 53 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 refill rate. 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, the refill rate gradually slows as usage increases. The highest same-day bursts are limited more strictly. Please see our Fair Usage Limits Policy for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
✨ 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 |
Adds a reusable GitHub Actions workflow that enforces contributor governance across Kuadrant repos: - Auto-labels new issues with triage/needs-triage - Protects triage labels from non-org-members - Closes PRs without a linked, triaged issue - Limits external contributors to one active PR per repo Org members are exempt from all enforcement. Requires ORG_MEMBER_TOKEN secret with read:org and repo scope. Signed-off-by: R-Lawton <rlawton@redhat.com>
70b691a to
ef0cdfc
Compare
eguzki
left a comment
There was a problem hiding this comment.
I wonder about adding some documentation in our contributors guides related to this governance workflow. Maybe some template in this repo so others can render their own?
adds a reusable GitHub Actions workflow that enforces contributor governance across Kuadrant repos:
triage/needs-triagetarget repos adopt this via a thin caller workflow (~15 lines) with
secrets: inherit.TEST REPO https://github.com/Kuadrant/governance-test
requires
ORG_MEMBER_TOKENwithread:orgscope (done)triage/*labels created in target repos (separate rollout step)