Skip to content

Commit 93704ae

Browse files
authored
ci(CODEOWNERS): add Engineering for deps + replace core-dev (#35)
1 parent f987755 commit 93704ae

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

.github/CODEOWNERS

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
# ----------------------------------------------------------------------------
2-
# DEFAULT OWNERS
2+
# CODEOWNERS
33
# ----------------------------------------------------------------------------
4-
* @mdn/core-dev
4+
# Order is important. The last matching pattern takes precedence.
5+
# See: https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners
6+
# ----------------------------------------------------------------------------
7+
8+
* @mdn/engineering
59

6-
# These are @mdn-bot because the auto-merge GHA workflow uses the PAT of this account.
7-
# If another reviewer is specified, update the PAT token or auto-merge will cease to be automatic.
8-
/Cargo.lock @mdn-bot
9-
/Cargo.toml @mdn-bot
10+
/Cargo.lock @mdn/engineering @mdn-bot
11+
/Cargo.toml @mdn/engineering @mdn-bot

0 commit comments

Comments
 (0)