Skip to content

Commit 65e6749

Browse files
authored
chore(github): add code owners for schema/workflows (#27761)
1 parent b4876df commit 65e6749

File tree

1 file changed

+7
-9
lines changed

1 file changed

+7
-9
lines changed

.github/CODEOWNERS

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
1-
# See GOVERNANCE.md for more about this repository's owners and this project's
2-
# governance.
1+
# See GOVERNANCE.md for more about this repository's owners
2+
# and this project's governance.
33

4-
# Schema, linter and infrastructure changes must be reviewed by an owner:
5-
# ======================================================================
6-
# /test/ TODO: insert @ handles for owners
7-
# /schemas/ TODO: insert @ handles for owners
8-
# /.github/ TODO: insert @ handles for owners
4+
# Order is important: The last matching pattern takes precedence.
5+
# For more detailed information, see:
6+
# https://docs.github.com/en/free-pro-team@latest/github/creating-cloning-and-archiving-repositories/about-code-owners
97

10-
## This pattern will only match files in the root directory:
11-
# /* TODO: insert @ handles for owners
8+
/schemas/ @mdn/bcd-owners
9+
/.github/workflows/ @mdn/core-dev

0 commit comments

Comments
 (0)