chore: add CODEOWNERS file for code owner review enforcement - #135
Conversation
Resolves missing-codeowners compliance finding by adding .github/CODEOWNERS with @don-petry as the default owner for all files in the repository. Closes #113 Co-authored-by: don-petry <don-petry@users.noreply.github.com>
|
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 10 minutes and 43 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: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
|
@don-petry CI is green and all checks pass. This PR adds the |
There was a problem hiding this comment.
Pull request overview
Adds a repository-wide CODEOWNERS configuration to satisfy the missing-codeowners compliance finding and enable code owner review enforcement.
Changes:
- Introduces
.github/CODEOWNERS. - Sets a default owner rule (
*) pointing to@don-petry.
|



Summary
.github/CODEOWNERSfile to resolve themissing-codeownerscompliance finding@don-petryas the default owner for all files in the repository (*)Closes #113
Generated with Claude Code