diff --git a/edx_arch_experiments/scripts/generate_code_owner_mappings.py b/edx_arch_experiments/scripts/generate_code_owner_mappings.py index f1538ba..a80e6e6 100644 --- a/edx_arch_experiments/scripts/generate_code_owner_mappings.py +++ b/edx_arch_experiments/scripts/generate_code_owner_mappings.py @@ -31,6 +31,7 @@ '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_arch_experiments': 'https://github.com/edx/edx-arch-experiments', 'edx_name_affirmation': 'https://github.com/edx/edx-name-affirmation', 'edx_proctoring': 'https://github.com/openedx/edx-proctoring', 'edx_recommendations': 'https://github.com/edx/edx-recommendations', @@ -48,6 +49,7 @@ 'openassessment': 'https://github.com/openedx/edx-ora2', 'ora2': 'https://github.com/openedx/edx-ora2', 'organizations': 'https://github.com/openedx/edx-organizations', + 'persona_integration': 'https://github.com/edx/persona-integration', 'search': 'https://github.com/openedx/edx-search', 'super_csv': 'https://github.com/openedx/super-csv', 'translatable_xblocks': 'https://github.com/edx/translatable-xblocks',