From f615eb64d924f6f8fa71028026255c0706066335 Mon Sep 17 00:00:00 2001 From: Tim McCormack Date: Thu, 17 Oct 2024 15:04:00 +0000 Subject: [PATCH] feat: Add persona_integration and edx_arch_experiments to repo mapping --- edx_arch_experiments/scripts/generate_code_owner_mappings.py | 2 ++ 1 file changed, 2 insertions(+) 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',