From 3dec9755273609911d4b97d4245d16a97d532186 Mon Sep 17 00:00:00 2001 From: Feanil Patel Date: Mon, 8 May 2023 10:14:16 -0400 Subject: [PATCH] build: Monitor changes to minimal.yml We don't want a lot of things to end up in minimal.yml so get tagged on reviews of it. --- .github/CODEOWNERS | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 02731cb3b4..06acb35aae 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -46,3 +46,7 @@ openedx/features/discounts/ # Ping tCRIL On-call if someone uses the QuickStart # https://docs.openedx.org/en/latest/developers/quickstarts/first_openedx_pr.html lms/templates/dashboard.html @openedx/tcril-oncall + +# 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