feat: add CODEOWNERS file for code owner review enforcement#78
feat: add CODEOWNERS file for code owner review enforcement#78
Conversation
Adds .github/CODEOWNERS assigning @don-petry as default owner for all files. Satisfies the pr-quality ruleset requirement for code owner reviews (the "Require code owner review" setting has no effect without a CODEOWNERS file). Closes #50 Co-authored-by: don-petry <don-petry@users.noreply.github.com>
|
|
All CI checks are passing. @don-petry — please review and merge this PR to resolve the CODEOWNERS compliance finding (issue #50). |
There was a problem hiding this comment.
Pull request overview
Adds a repository-wide CODEOWNERS definition so the existing pr-quality ruleset’s “Require code owner review” setting can actually enforce ownership-based approvals and clear the missing-codeowners compliance finding.
Changes:
- Introduces
.github/CODEOWNERSwith a catch-all rule assigning@don-petryas the default owner for all paths.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
Warning Rate limit exceeded
Your organization is not enrolled in usage-based pricing. Contact your admin to enable usage-based pricing to continue reviews beyond the rate limit, or try again in 14 minutes and 46 seconds. ⌛ How to resolve this issue?After the wait time has elapsed, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our FAQ for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: Organization UI Review profile: ASSERTIVE Plan: Pro Run ID: 📒 Files selected for processing (1)
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |



Summary
.github/CODEOWNERSassigning@don-petryas default owner for all filespr-qualityruleset's "Require code owner review" setting, which has no effect without a CODEOWNERS fileTest plan
missing-codeownersafter merge@don-petryis listed as required reviewer on new PRsCloses #50
Generated with Claude Code