From b6ed020a360b6ee61fa5fd7b28c908ca7d4442f1 Mon Sep 17 00:00:00 2001 From: Tim McCormack Date: Tue, 24 Oct 2023 14:04:49 +0000 Subject: [PATCH] feat: Add ora2 openassessment mapping We're getting alerts for Celery transactions with a `code_owner_module` of `openassessment.workflow.tasks` but no mapped code owner. While `openassessment` isn't an app, this might be the right way to fix this? --- edx_arch_experiments/scripts/generate_code_owner_mappings.py | 1 + 1 file changed, 1 insertion(+) diff --git a/edx_arch_experiments/scripts/generate_code_owner_mappings.py b/edx_arch_experiments/scripts/generate_code_owner_mappings.py index 8f7076f..d0b45a6 100644 --- a/edx_arch_experiments/scripts/generate_code_owner_mappings.py +++ b/edx_arch_experiments/scripts/generate_code_owner_mappings.py @@ -44,6 +44,7 @@ 'learning_assistant': 'https://github.com/edx/learning-assistant', 'lti_consumer': 'https://github.com/openedx/xblock-lti-consumer', 'notices': 'https://github.com/edx/platform-plugin-notices', + 'openassessment': 'https://github.com/openedx/edx-ora2', 'ora2': 'https://github.com/openedx/edx-ora2', 'organizations': 'https://github.com/openedx/edx-organizations', 'search': 'https://github.com/openedx/edx-search',