From 93029169d19f650937989bb50f4d79a263304be1 Mon Sep 17 00:00:00 2001 From: Robert Raposa Date: Mon, 30 Nov 2020 16:52:40 -0500 Subject: [PATCH] add code_owner for rest_framework Add code_owner for `rest_framework.routers` and other `rest_framework` apps. --- .../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 d2a65b3c70..05198cac35 100644 --- a/lms/djangoapps/monitoring/scripts/generate_code_owner_mappings.py +++ b/lms/djangoapps/monitoring/scripts/generate_code_owner_mappings.py @@ -44,6 +44,7 @@ THIRD_PARTY_APPS = { 'django_object_actions': 'https://github.com/crccheck/django-object-actions', 'drf_yasg': 'https://github.com/axnsan12/drf-yasg', 'lx_pathway_plugin': 'https://github.com/open-craft/lx-pathway-plugin', + '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', 'corsheaders': 'https://github.com/adamchainz/django-cors-headers',