From 30ba3c355d8937d63338fa6fee7e5544c775e913 Mon Sep 17 00:00:00 2001 From: Robert Raposa Date: Mon, 15 Aug 2022 12:21:43 -0400 Subject: [PATCH] fix: add mapping for learner-pathway-progress (#30857) Adds code owner mapping for learner-pathway-progress. --- .../monitoring/scripts/generate_code_owner_mappings.py | 1 + 1 file changed, 1 insertion(+) diff --git a/lms/djangoapps/monitoring/scripts/generate_code_owner_mappings.py b/lms/djangoapps/monitoring/scripts/generate_code_owner_mappings.py index 4f06ca2753..fa10dcea18 100644 --- a/lms/djangoapps/monitoring/scripts/generate_code_owner_mappings.py +++ b/lms/djangoapps/monitoring/scripts/generate_code_owner_mappings.py @@ -34,6 +34,7 @@ EDX_REPO_APPS = { 'eventtracking': 'https://github.com/openedx/event-tracking', 'help_tokens': 'https://github.com/openedx/help-tokens', 'integrated_channels': 'https://github.com/openedx/edx-enterprise', + 'learner_pathway_progress': 'https://github.com/edx/learner-pathway-progress', 'lti_consumer': 'https://github.com/openedx/xblock-lti-consumer', 'notices': 'https://github.com/edx/platform-plugin-notices', 'organizations': 'https://github.com/openedx/edx-organizations',