fix: add CODEOWNERS with catch-all pattern#83
Conversation
Adds .github/CODEOWNERS with a default `* @petry-projects/org-leads` catch-all so all files have an owner and require_code_owner_review applies repo-wide. Closes #62 Co-authored-by: Don Petry <don-petry@users.noreply.github.com>
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: ASSERTIVE Plan: Pro Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughA default catch-all rule is added to ChangesCODEOWNERS Compliance
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Possibly related issues
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ 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 |
|
@don-petry This PR is ready for review. It adds |
There was a problem hiding this comment.
Pull request overview
Adds a repository-wide CODEOWNERS catch-all so every file has an owner and branch protections using require_code_owner_review can apply consistently across the repo.
Changes:
- Added
.github/CODEOWNERSwith a*catch-all mapping to@petry-projects/org-leads. - Included a brief header comment describing the default ownership rule.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Summary
.github/CODEOWNERSwith* @petry-projects/org-leadsas the default catch-all ownerrequire_code_owner_reviewapplies repo-wide@petry-projects/org-leadsis the first (and only) owner on the catch-all line, using a team slug (no individual users)Test plan
codeowners-no-catchallfor this reporequire_code_owner_reviewis satisfied by members of@petry-projects/org-leadsCloses #62
Generated with Claude Code
Summary by CodeRabbit