chore: Introduce CODEOWNERS for path-based reviewer routing#11467
Open
chore: Introduce CODEOWNERS for path-based reviewer routing#11467
Conversation
Add .github/CODEOWNERS so that pull requests auto-request reviewers from the @lablup/core_dev team. The file is advisory — it is not wired into branch protection, so CODEOWNERS approval is not required to merge. The default owner is @lablup/core_dev because the team's current membership precisely matches the active human reviewer pool observed across recent merged PRs. Refs #11466 Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Contributor
There was a problem hiding this comment.
Pull request overview
This PR introduces repository-wide CODEOWNERS metadata so GitHub can auto-request reviews from @lablup/core_dev, aligning reviewer routing with the project's current maintainer workflow described in issue #11466.
Changes:
- Add
.github/CODEOWNERSwith a default catch-all owner for all paths. - Document the change in a Towncrier news fragment under
changes/. - Add inline rationale/comments explaining the intended advisory use of CODEOWNERS.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
.github/CODEOWNERS |
Adds the repository-wide default owner mapping to auto-route PR reviews. |
changes/11466.misc.md |
Adds the release-note fragment describing the new CODEOWNERS setup. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| @@ -0,0 +1 @@ | |||
| Add `.github/CODEOWNERS` so that pull requests auto-request reviewers from the `@lablup/core_dev` team. | |||
Member
|
Is this something that was discussed previously? Also, I’d prefer that reviewers are not assigned while the PR is in draft—does it behave that way? |
Member
Author
No.
|
11466.misc.md -> 11467.misc.md Co-authored-by: octodog <mu001@lablup.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
resolves #11466
Summary
Adds
.github/CODEOWNERSso PRs auto-request reviewers from@lablup/core_dev. The file is advisory only — it is not wired into branch protection, so CODEOWNERS approval is not required to merge.Variant shipped here (Variant A — team handle)
Chosen because the team's current membership precisely matches the active human reviewer pool observed across the last 50 merged PRs —
achimnol,jopemachine,HyeockJinKim,fregataa,seedspirit. So this is not a theoretical option; it is a precise codification of who already reviews PRs here.Alternative considered (Variant B — individual handles)
For reference and discussion. Not what this PR ships:
If reviewers prefer Variant B, the change is one line.
Important pre-merge check
This PR assumes Code review assignment is enabled on
@lablup/core_dev(Settings → Members → Code review assignment, with round-robin or load-balance). Otherwise every PR will auto-request all 5 members, multiplying notification volume. Please verify before merging — and if not enabled, either turn it on or switch to Variant B.Out of scope
CODEOWNERS does not replace existing labeler/dependabot workflows. Those stay as-is.
Test plan
@lablup/core_devcore_devmember is auto-requestedNote for reviewers: Graphite MCP wasn't available in the agent session, so this branch was opened with plain
git push. Happy to re-stack viagtif preferred.🤖 Generated with Claude Code