From 34dca74b503743610bb375633bda4ed6d46d4253 Mon Sep 17 00:00:00 2001 From: Mrugesh Mohapatra <1884376+raisedadead@users.noreply.github.com> Date: Fri, 26 Mar 2021 20:23:35 +0530 Subject: [PATCH] fix(tools): adjust ownership of files (#41590) --- .github/CODEOWNERS | 20 +++++++++++++++----- 1 file changed, 15 insertions(+), 5 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 874fc3356d..fb4b2175b6 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,5 +1,5 @@ # ------------------------------------------------- -# CODEOWNERS - For automated review request for +# CODEOWNERS - For automated review request for # high impact files. # # 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 + +# --- Owned by none (negate rule above) --- + *.md package.json package-lock.json @@ -22,8 +25,15 @@ package-lock.json /* @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 -/config/motivational-quotes.json @freeCodeCamp/Staff +/*.md @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