Skip to content

Commit

Permalink
fix(.github): update codeowners config (#569)
Browse files Browse the repository at this point in the history
  • Loading branch information
raisedadead authored Feb 6, 2024
1 parent 83c33f3 commit 3bcdc30
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,27 @@
# -------------------------------------------------

* @freecodecamp/dev-team

# --- Owned by none (negate rule above) ---

*.md
package.json
package-lock.json

# -------------------------------------------------
# All files in the root are owned by dev team
# -------------------------------------------------

/* @freecodecamp/dev-team

# --- Owned by none (negate rule above) ---

/package.json
/package-lock.json

# -------------------------------------------------
# Files that need attention from Staff
# -------------------------------------------------

# README, LICENSE, etc.
/*.md @freeCodeCamp/staff

0 comments on commit 3bcdc30

Please sign in to comment.