chore: Update Codeowners (#1664)

This pull request updates the `.github/CODEOWNERS` file to reassign ownership of several directories and files from individual contributors to the `@npm/cli-team`.

Michael Smith committed Jul 8, 2025 at 12:49 UTC ba39cbeffc2f57f4e8505bc4675fc2c08a96433b
1 file changed +6 -6
.github/CODEOWNERS
+6 -6
@@ -1,18 +1,18 @@
1 * @npm/cli-team
2
3 # Content
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
4 +/.github/CODEOWNERS @leobalter @npm/cli-team
5 +/content/ @leobalter @npm/cli-team
6 +/src/ @leobalter @npm/cli-team
7 +/static/ @leobalter @npm/cli-team
8 +/CONTENT-MODEL.md @leobalter @npm/cli-team
9
10 # Policies
11 /content/policies/ @leobalter
12 /CODE_OF_CONDUCT.md @leobalter
13
14 # Licensing
15 -/.reuse/ @leobalter @wraithgar
15 +/.reuse/ @leobalter @npm/cli-team
16 /LICENSES/ @leobalter
17 /LICENSE @leobalter
18 /LICENSE-CODE @leobalter