Add edx_sga to our code_owners mappings.

This commit is contained in:
Diana Huang
2021-01-19 11:23:08 -05:00
parent 9bd79b45e3
commit ea8907ca53

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',
}