From dccc697b0e1354abf9e599c25d09106c1705b6f7 Mon Sep 17 00:00:00 2001 From: Feanil Patel Date: Thu, 3 Nov 2022 10:28:52 -0400 Subject: [PATCH] feat: Ping tCRIL on-call if someone updates the legacy dashboard. This could be a person using the quickstart and we want to be notified of that so we can prais them and close the PR. --- .github/CODEOWNERS | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index b93c1752f7..61c3d23f92 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -36,3 +36,7 @@ lms/djangoapps/learner_home/ @edx/content-aurora openedx/features/content_type_gating/ @edx/rev-team openedx/features/course_duration_limits/ @edx/rev-team openedx/features/discounts/ @edx/rev-team + +# 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