chore: standardize CODEOWNERS on @petry-projects/org-leads#153
Conversation
Per the org-wide standard defined in petry-projects/.github (standards/codeowners-standard.md), replace individual user/bot listings with the @petry-projects/org-leads team. Closes the CODEOWNERS gap from pr-review-agent#27. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
|
|
Warning Rate limit exceeded
To keep reviews running without waiting, you can enable usage-based add-on for your organization. This allows additional reviews beyond the hourly cap. Account admins can enable it under billing. ⌛ 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)
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. Review rate limit: 0/1 reviews remaining, refill in 33 minutes and 59 seconds.Comment |
There was a problem hiding this comment.
Pull request overview
Standardizes repository CODEOWNERS to align with the org-wide CODEOWNERS standard by assigning all files to the @petry-projects/org-leads team (instead of individual users/bots), helping satisfy require_code_owner_review: true consistently.
Changes:
- Replace default CODEOWNERS entries with a single
@petry-projects/org-leadsteam owner. - Update CODEOWNERS header comments to reference the org standard.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| # Standard: use the @petry-projects/org-leads team for all code owner | ||
| # assignments. See petry-projects/.github standards/codeowners-standard.md |



Per the org CODEOWNERS standard, replace individual user/bot listings with the
@petry-projects/org-leadsteam.This unblocks repos with
require_code_owner_review: trueonce the machine user@donpetry-botis in the team.Closes the CODEOWNERS gap from pr-review-agent#27.