chore(github): fix code ownership (#64562)

This commit is contained in:
Huyen Nguyen
2025-12-13 22:00:41 -08:00
committed by GitHub
parent ac3a31e920
commit 04b7ba32b9

6
.github/CODEOWNERS vendored
View File

@@ -34,9 +34,10 @@ pnpm-lock.yaml
# Files that need attention from Curriculum team # Files that need attention from Curriculum team
# ------------------------------------------------- # -------------------------------------------------
/curriculum/challenges/_meta/* @freecodecamp/curriculum
/curriculum/challenges/english/* @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 # 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 /curriculum/schema/challenge-schema.js @freeCodeCamp/dev-team @freeCodeCamp/mobile
/client/src/redux/prop-types.ts @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