From 8edc7572e287f3142dbda411977d591e3d640228 Mon Sep 17 00:00:00 2001 From: Deborah Kaplan Date: Tue, 6 Feb 2024 16:34:20 +0000 Subject: [PATCH] feat: transition ownership of the learner dash * transition ownership of the component * correct ownership label for vanguards FIXES: APER-3174 --- .github/CODEOWNERS | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index a341d9d8..53790252 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,8 +1,8 @@ # Root app is developed and owned by Aurora -* @edx/content-aurora +* @openedx/2U-aperture # WIDGETS and experiments are developed and owned by separate teams below # Recommendations panel -/src/widgets/RecommendationsPanel @edx/vanguards -/src/widgets/LookingForChallengeWidget @edx/vanguards +/src/widgets/RecommendationsPanel @openedx/2U-vanguards +/src/widgets/LookingForChallengeWidget @openedx/2U-vanguards