Skip to content

chore: add CODEOWNERS to route PR reviews#2

Merged
nmbrthirteen merged 1 commit into
mainfrom
chore/codeowners
May 22, 2026
Merged

chore: add CODEOWNERS to route PR reviews#2
nmbrthirteen merged 1 commit into
mainfrom
chore/codeowners

Conversation

@nmbrthirteen
Copy link
Copy Markdown
Owner

Summary

Adds `.github/CODEOWNERS` with @nmbrthirteen as the default owner for every path.

GitHub will now auto-request review from listed code owners whenever a PR touches matching files.

Why

Sets up the open-source contribution model:

  • Anyone can fork + open PRs (default GitHub behavior)
  • Only repo collaborators can click Merge
  • Code owners are auto-requested for review

When a trusted contributor is promoted later, adding them to this file (and granting Write access in repository settings) makes them an additional valid reviewer — no other plumbing needed.

Follow-up (not in this PR)

When a second maintainer joins, bump branch protection:

```bash
gh api repos/nmbrthirteen/podcli/branches/main/protection/required_pull_request_reviews \
-X PATCH -f required_approving_review_count=1 -F require_code_owner_reviews=true
```

That makes code-owner approval mandatory for every merge.

Test plan

  • File renders correctly on GitHub's CODEOWNERS preview
  • After merge, open a test PR and confirm @nmbrthirteen is auto-requested as reviewer

Adds @nmbrthirteen as default code owner for every path. Future trusted
contributors will be added alongside, and the branch protection rule for
main will be updated to require code-owner approval once a second
maintainer exists.
@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented May 22, 2026

Warning

Rate limit exceeded

@nmbrthirteen has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 53 minutes and 11 seconds before requesting another review.

You’ve run out of usage credits. Purchase more in the billing tab.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

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 configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: bf15e48e-161c-4571-a755-93266d64be9e

📥 Commits

Reviewing files that changed from the base of the PR and between 61e1be1 and c7365f2.

📒 Files selected for processing (1)
  • .github/CODEOWNERS
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch chore/codeowners

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@nmbrthirteen nmbrthirteen merged commit e204f98 into main May 22, 2026
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant