fix(tools): adjust ownership of files (#41590)
This commit is contained in:
committed by
GitHub
parent
1dab0abbd0
commit
34dca74b50
20
.github/CODEOWNERS
vendored
20
.github/CODEOWNERS
vendored
@ -1,5 +1,5 @@
|
|||||||
# -------------------------------------------------
|
# -------------------------------------------------
|
||||||
# CODEOWNERS - For automated review request for
|
# CODEOWNERS - For automated review request for
|
||||||
# high impact files.
|
# high impact files.
|
||||||
#
|
#
|
||||||
# Important: The order in this file cascades.
|
# Important: The order in this file cascades.
|
||||||
@ -8,10 +8,13 @@
|
|||||||
# -------------------------------------------------
|
# -------------------------------------------------
|
||||||
|
|
||||||
# -------------------------------------------------
|
# -------------------------------------------------
|
||||||
# All files except a few here are owned by dev team
|
# All files are owned by dev team
|
||||||
# -------------------------------------------------
|
# -------------------------------------------------
|
||||||
|
|
||||||
* @freecodecamp/dev-team
|
* @freecodecamp/dev-team
|
||||||
|
|
||||||
|
# --- Owned by none (negate rule above) ---
|
||||||
|
|
||||||
*.md
|
*.md
|
||||||
package.json
|
package.json
|
||||||
package-lock.json
|
package-lock.json
|
||||||
@ -22,8 +25,15 @@ package-lock.json
|
|||||||
|
|
||||||
/* @freecodecamp/dev-team
|
/* @freecodecamp/dev-team
|
||||||
|
|
||||||
|
# --- Owned by none (negate rule above) ---
|
||||||
|
|
||||||
|
/package.json
|
||||||
|
/package-lock.json
|
||||||
|
|
||||||
# -------------------------------------------------
|
# -------------------------------------------------
|
||||||
# Critical files that need attention from Staff
|
# Files that need attention from Staff
|
||||||
# -------------------------------------------------
|
# -------------------------------------------------
|
||||||
/README.md @freeCodeCamp/Staff
|
/*.md @freeCodeCamp/staff
|
||||||
/config/motivational-quotes.json @freeCodeCamp/Staff
|
/client/i18n/locales/english/motivation.json @freeCodeCamp/staff @freeCodeCamp/i18n
|
||||||
|
/client/i18n/locales/chinese/motivation.json @freeCodeCamp/staff @freeCodeCamp/i18n
|
||||||
|
/client/i18n/locales/espanol/motivation.json @freeCodeCamp/staff @freeCodeCamp/i18n
|
||||||
|
Reference in New Issue
Block a user