Skip to content

Commit 4c65662

Browse files
authored
chore: Revise CODEOWNERS for better clarity and structure
1 parent a3fc9d0 commit 4c65662

File tree

1 file changed

+32
-1
lines changed

1 file changed

+32
-1
lines changed

.github/CODEOWNERS

Lines changed: 32 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,32 @@
1-
* @freecodecamp/dev-team
1+
# -------------------------------------------------
2+
# CODEOWNERS - For automated review request for
3+
# high impact files.
4+
#
5+
# Important: The order in this file cascades.
6+
#
7+
# https://help.github.com/articles/about-codeowners
8+
# -------------------------------------------------
9+
10+
# -------------------------------------------------
11+
# All files are owned by ops
12+
# -------------------------------------------------
13+
14+
* @freeCodeCamp/dev-team
15+
16+
# --- Owned by none (negate rule above) ---
17+
18+
package.json
19+
package-lock.json
20+
pnpm-lock.yaml
21+
22+
# -------------------------------------------------
23+
# All files in the root are owned by ops
24+
# -------------------------------------------------
25+
26+
/* @freeCodeCamp/dev-team
27+
28+
# --- Owned by none (negate rule above) ---
29+
30+
/package.json
31+
/package-lock.json
32+
/pnpm-lock.yaml

0 commit comments

Comments
 (0)