chore: add bot accounts to CODEOWNERS for auto-merge support - #124
Conversation
|
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 59 minutes and 48 seconds.Comment |
|
There was a problem hiding this comment.
Pull request overview
This PR updates the repository’s CODEOWNERS configuration so the bot accounts involved in automated review/merge flows are treated as code owners. That aligns the repo with the described org-standard setup and is intended to let bot approvals satisfy the repository’s required code-owner review rule for Dependabot PRs.
Changes:
- Add
@petry-projects-pr-review-agentto the catch-all CODEOWNERS entry. - Add
@dependabot-automerge-petryto the same global owner rule. - Keep the existing human owner while expanding the default owner set used for all paths.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.



Summary
Add `@petry-projects-pr-review-agent` and `@dependabot-automerge-petry` to CODEOWNERS so bot approvals satisfy the `require_code_owner_review` setting in the `pr-quality` ruleset.
Why
Dependabot PRs were stuck at `REVIEW_REQUIRED` — the auto-merge bot was approving but isn't listed as a code owner. See petry-projects/.github#180 for the org standard this implements.
Test plan