From 3075066b234914fff6510fffe5586600a52b965e Mon Sep 17 00:00:00 2001 From: Feanil Patel Date: Wed, 5 Feb 2025 13:40:14 -0500 Subject: [PATCH] build: Start watching the production.py files. We want to make sure that changes to these align to the new refactors we're doing so get tagged on changes to these files. --- .github/CODEOWNERS | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index c41fe40b4d..ce9342849e 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -58,3 +58,7 @@ lms/templates/dashboard.html @openedx/ax # Ensure minimal.yml stays minimal, this could be a team in the future # but it's just me for now, others can sign up if they care as well. lms/envs/minimal.yml @feanil + +# Ensure that un-necessary changes don't happen to the settings files as we're cleaning them up. +lms/envs/production.py @feanil @kdmccormick +cms/envs/production.py @feanil @kdmccormick