From 04b7ba32b96c042715ce0b3c02753f70e71c54c4 Mon Sep 17 00:00:00 2001 From: Huyen Nguyen <25715018+huyenltnguyen@users.noreply.github.com> Date: Sat, 13 Dec 2025 22:00:41 -0800 Subject: [PATCH] chore(github): fix code ownership (#64562) --- .github/CODEOWNERS | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index b45d312e108..4ecd8d67c6d 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -34,9 +34,10 @@ pnpm-lock.yaml # Files that need attention from Curriculum team # ------------------------------------------------- -/curriculum/challenges/_meta/* @freecodecamp/curriculum /curriculum/challenges/english/* @freecodecamp/curriculum -/client/i18n/locales/english/* @freecodecamp/curriculum +/curriculum/challenges/structure/* @freecodecamp/dev-team @freecodecamp/curriculum +/client/i18n/locales/english/* @freecodecamp/dev-team @freecodecamp/curriculum +/client/src/pages/learn/* @freecodecamp/dev-team @freecodecamp/curriculum # ------------------------------------------------- # Files that need attention from i18n & dev team @@ -52,3 +53,4 @@ pnpm-lock.yaml /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