File tree Expand file tree Collapse file tree 1 file changed +32
-1
lines changed
Expand file tree Collapse file tree 1 file changed +32
-1
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments