From b8b68ce74907e1aa0055024bc53776395ccbfadc Mon Sep 17 00:00:00 2001 From: Mrugesh Mohapatra <1884376+raisedadead@users.noreply.github.com> Date: Tue, 20 Jan 2026 14:08:40 +0530 Subject: [PATCH] fix: adjust codeowners file (#64795) --- .github/CODEOWNERS | 34 +++++++--------------------------- 1 file changed, 7 insertions(+), 27 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 7b1053d8774..a2003a4f811 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -8,36 +8,16 @@ # ------------------------------------------------- # ------------------------------------------------- -# All files are owned by dev team +# Files that need attention from primary teams # ------------------------------------------------- -* @freecodecamp/dev-team +# --- All files +* @freecodecamp/dev-team @freecodecamp/curriculum -# --- Owned by none (negate rule above) --- +# --- Package files for negation --- -*.md -package.json -pnpm-lock.yaml - -# ------------------------------------------------- -# All files in the root are owned by dev team -# ------------------------------------------------- - -/* @freecodecamp/dev-team - -# --- Owned by none (negate rule above) --- - -/package.json -/pnpm-lock.yaml - -# ------------------------------------------------- -# Files that need attention from Curriculum team -# ------------------------------------------------- - -/curriculum/challenges/english/* @freecodecamp/curriculum -/curriculum/structure/* @freecodecamp/dev-team @freecodecamp/curriculum -/client/i18n/locales/english/* @freecodecamp/dev-team @freecodecamp/curriculum -/client/src/pages/learn/* @freecodecamp/dev-team @freecodecamp/curriculum +**/package.json @freecodecamp/none +**/pnpm-lock.yaml @freecodecamp/none # ------------------------------------------------- # Files that need attention from i18n & dev team @@ -51,6 +31,6 @@ pnpm-lock.yaml # Files that need attention from the mobile team # ------------------------------------------------- -/curriculum/schema/challenge-schema.js @freeCodeCamp/dev-team @freeCodeCamp/mobile /client/src/redux/prop-types.ts @freeCodeCamp/dev-team @freeCodeCamp/mobile /client/tools/external-curriculum/* @freeCodeCamp/dev-team @freeCodeCamp/mobile +/curriculum/schema/challenge-schema.js @freeCodeCamp/dev-team @freeCodeCamp/mobile