Update CODEOWNERS
Updating the codeowners of the repo based on the new team structure.
Myles Borins committed
May 23, 2024 at 11:19 UTC
5ec56c39b3291453533f0c8c313073936c97fcbd
1 file changed
+11
-11
.github/CODEOWNERS
+11
-11
@@ -1,21 +1,21 @@
1
* @npm/cli-team
2
3
# Content
4
-/.github/CODEOWNERS @MylesBorins @monishcm @lukekarrys
5
-/content/ @MylesBorins @monishcm @lukekarrys
6
-/src/ @MylesBorins @monishcm @lukekarrys
7
-/static/ @MylesBorins @monishcm @lukekarrys
8
-/CONTENT-MODEL.md @MylesBorins @monishcm @lukekarrys
4
+/.github/CODEOWNERS @leobalter @monishcm @wraithgar
5
+/content/ @leobalter @monishcm @wraithgar
6
+/src/ @leobalter @monishcm @wraithgar
7
+/static/ @leobalter @monishcm @wraithgar
8
+/CONTENT-MODEL.md @leobalter @monishcm @wraithgar
9
10
# Policies
11
-/content/policies/ @MylesBorins
12
-/CODE_OF_CONDUCT.md @MylesBorins
11
+/content/policies/ @leobalter
12
+/CODE_OF_CONDUCT.md @leobalter
13
14
# Licensing
15
-/.reuse/ @MylesBorins @lukekarrys
16
-/LICENSES/ @MylesBorins
17
-/LICENSE @MylesBorins
18
-/LICENSE-CODE @MylesBorins
15
+/.reuse/ @leobalter @wraithgar
16
+/LICENSES/ @leobalter
17
+/LICENSE @leobalter
18
+/LICENSE-CODE @leobalter
19
20
# CLI
21
/content/cli/ @npm/cli-team