diff --git a/lms/djangoapps/monitoring/scripts/generate_code_owner_mappings.py b/lms/djangoapps/monitoring/scripts/generate_code_owner_mappings.py index 3ef5da6fbd..4f06ca2753 100644 --- a/lms/djangoapps/monitoring/scripts/generate_code_owner_mappings.py +++ b/lms/djangoapps/monitoring/scripts/generate_code_owner_mappings.py @@ -20,26 +20,26 @@ import click # Maps edx-platform installed Django apps to the edx repo that contains # the app code. Please add in alphabetical order. EDX_REPO_APPS = { - 'bulk_grades': 'https://github.com/edx/edx-bulk-grades', + 'bulk_grades': 'https://github.com/openedx/edx-bulk-grades', 'coaching': 'https://github.com/edx/platform-plugin-coaching', - 'completion': 'https://github.com/edx/completion', - 'config_models': 'https://github.com/edx/django-config-models', - 'consent': 'https://github.com/edx/edx-enterprise', + 'completion': 'https://github.com/openedx/completion', + 'config_models': 'https://github.com/openedx/django-config-models', + 'consent': 'https://github.com/openedx/edx-enterprise', 'csrf': 'https://github.com/openedx/edx-drf-extensions', 'edx_name_affirmation': 'https://github.com/edx/edx-name-affirmation', - 'edx_proctoring': 'https://github.com/edx/edx-proctoring', - 'edxval': 'https://github.com/edx/edx-val', - 'enterprise': 'https://github.com/edx/edx-enterprise', - 'enterprise_learner_portal': 'https://github.com/edx/edx-enterprise', - 'eventtracking': 'https://github.com/edx/event-tracking', - 'help_tokens': 'https://github.com/edx/help-tokens', - 'integrated_channels': 'https://github.com/edx/edx-enterprise', - 'lti_consumer': 'https://github.com/edx/xblock-lti-consumer', + 'edx_proctoring': 'https://github.com/openedx/edx-proctoring', + 'edxval': 'https://github.com/openedx/edx-val', + 'enterprise': 'https://github.com/openedx/edx-enterprise', + 'enterprise_learner_portal': 'https://github.com/openedx/edx-enterprise', + 'eventtracking': 'https://github.com/openedx/event-tracking', + 'help_tokens': 'https://github.com/openedx/help-tokens', + 'integrated_channels': 'https://github.com/openedx/edx-enterprise', + 'lti_consumer': 'https://github.com/openedx/xblock-lti-consumer', 'notices': 'https://github.com/edx/platform-plugin-notices', 'organizations': 'https://github.com/openedx/edx-organizations', - 'search': 'https://github.com/edx/edx-search', - 'super_csv': 'https://github.com/edx/super-csv', - 'wiki': 'https://github.com/edx/django-wiki', + 'search': 'https://github.com/openedx/edx-search', + 'super_csv': 'https://github.com/openedx/super-csv', + 'wiki': 'https://github.com/openedx/django-wiki', } # Maps edx-platform installed Django apps to the third-party repo that contains @@ -82,7 +82,7 @@ def main(repo_csv, app_csv, dep_csv): \b repo url,owner.squad - https://github.com/edx/edx-bulk-grades,team-red + https://github.com/openedx/edx-bulk-grades,team-red ... Expected App CSV format: