From 9c0fd6296b292dec535a9db1489e9fd1c7e996fd Mon Sep 17 00:00:00 2001 From: Rebecca Graber Date: Thu, 28 Oct 2021 08:23:14 -0400 Subject: [PATCH] chore: add oauth2_provider ownership (#29128) --- .../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 1621cb6235..631d2f5c45 100644 --- a/lms/djangoapps/monitoring/scripts/generate_code_owner_mappings.py +++ b/lms/djangoapps/monitoring/scripts/generate_code_owner_mappings.py @@ -51,6 +51,7 @@ THIRD_PARTY_APPS = { 'drf_yasg': 'https://github.com/axnsan12/drf-yasg', 'edx_sga': 'https://github.com/mitodl/edx-sga', 'lx_pathway_plugin': 'https://github.com/open-craft/lx-pathway-plugin', + 'oauth2_provider': 'https://github.com/evonove/django-oauth-toolkit', 'rest_framework': 'https://github.com/encode/django-rest-framework', 'simple_history': 'https://github.com/treyhunner/django-simple-history', 'social_django': 'https://github.com/python-social-auth/social-app-django',