From 4a2cc6769c7c4059f7f7f74ced35cae934121da6 Mon Sep 17 00:00:00 2001 From: stvn Date: Thu, 9 Sep 2021 15:11:41 -0700 Subject: [PATCH] fix: skip automatic reviews for noisy community-engineering paths as we aren't concerned with these and do not intend to actively monitor, unless tagged explicitly. --- .github/CODEOWNERS | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 469be28565..271b3d1189 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -40,15 +40,17 @@ openedx/features/course_duration_limits/ @edx/rev-team openedx/features/discounts/ @edx/rev-team # Community Engineering Squad +# Commented-out sections are officially owned by community-engineering, +# but reviews aren't expected unless explicitly tagged by users. common/djangoapps/edxmako @edx/community-engineering common/djangoapps/pipeline_mako @edx/community-engineering -common/static @edx/community-engineering +# common/static @edx/community-engineering common/templates @edx/community-engineering lms/djangoapps/ccx @edx/community-engineering lms/djangoapps/dashboard @edx/community-engineering lms/djangoapps/lti_provider @edx/community-engineering lms/djangoapps/static_template_view @edx/community-engineering -lms/static @edx/community-engineering +# lms/static @edx/community-engineering lms/templates @edx/community-engineering openedx/core/djangoapps/ccxcon @edx/community-engineering openedx/core/djangoapps/contentserver @edx/community-engineering