Skip to content

Commit 64dc855

Browse files
rapsealkclaudelablup-octodog
authored
chore: Introduce CODEOWNERS for path-based reviewer routing (#11467)
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com> Co-authored-by: octodog <mu001@lablup.com>
1 parent fd5fd14 commit 64dc855

2 files changed

Lines changed: 18 additions & 0 deletions

File tree

.github/CODEOWNERS

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# CODEOWNERS — auto-request reviewers based on changed paths.
2+
#
3+
# This file is advisory: it makes GitHub auto-request the right reviewers
4+
# on each PR. It is NOT (yet) wired into branch protection, so CODEOWNERS
5+
# approval is not required to merge. See issue #11466.
6+
#
7+
# `@lablup/core_dev` is used as the default owner because the team's
8+
# membership matches the active human reviewer pool observed across
9+
# recent merged PRs. Migrate to more granular per-component handles
10+
# (e.g. specialists for storage, accelerator) only when a real review-
11+
# coverage gap surfaces.
12+
#
13+
# NOTE: requires GitHub "Code review assignment" to be enabled on the
14+
# `core_dev` team — otherwise every PR auto-requests all members.
15+
16+
# Default owner — applies to every path not matched below.
17+
* @lablup/core_dev

changes/11467.misc.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Add `.github/CODEOWNERS` so that pull requests auto-request reviewers from the `@lablup/core_dev` team.

0 commit comments

Comments
 (0)