Просмотр исходного кода

chore(codeowners): Add DocIntegrations to Ecosystems scope (#30693)

Ecosystem Team has been working on a new project with a model known as 'DocIntegration'. All endpoints, tests, serializers etc. should probably fall under their scope going forward.
Leander Rodrigues 3 лет назад
Родитель
Сommit
92529cac70
1 измененных файлов с 2 добавлено и 0 удалено
  1. 2 0
      .github/CODEOWNERS

+ 2 - 0
.github/CODEOWNERS

@@ -211,6 +211,8 @@ build-utils/        @getsentry/owners-js-build
 # To find matching files -> find . -name "*sentry_app*.py"
 *sentry_app*.py                               @getsentry/ecosystem
 *sentryapp*.py                                @getsentry/ecosystem
+*doc_integration*.py                          @getsentry/ecosystem
+*docintegration*.py                           @getsentry/ecosystem
 
 /api-docs/                                    @getsentry/ecosystem
 /tests/apidocs/                               @getsentry/ecosystem