File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 1+ Add ` .github/CODEOWNERS ` so that pull requests auto-request reviewers from the ` @lablup/core_dev ` team.
You can’t perform that action at this time.
0 commit comments