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.
This commit is contained in:
Feanil Patel
2025-02-05 13:40:14 -05:00
parent 182bfc4031
commit 3075066b23

4
.github/CODEOWNERS vendored
View File

@@ -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