Merge pull request #26111 from edx/diana/add-code-owner-mapping

Add edx_sga to our code_owners mappings.
This commit is contained in:
Diana Huang
2021-01-19 13:09:02 -05:00
committed by GitHub

View File

@@ -49,6 +49,7 @@ THIRD_PARTY_APPS = {
'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',
'edx_sga': 'https://github.com/mitodl/edx-sga',
}