Browse Source

feat(codeowners): add api owners group to CODEOWNERS (#31739)

* add api group to CODEOWNERS

* add top level api path for api-owners
Josh Ferge 3 years ago
parent
commit
b42db58bd4
1 changed files with 14 additions and 0 deletions
  1. 14 0
      .github/CODEOWNERS

+ 14 - 0
.github/CODEOWNERS

@@ -4,6 +4,10 @@
 # Migrations
 /src/sentry/migrations/  @getsentry/owners-migrations
 
+# API Owners for unowned endpoints / serializers
+endpoints/                      @getsentry/owners-api
+/src/sentry/api/                @getsentry/owners-api
+
 # Snuba
 /src/sentry/eventstream/        @getsentry/owners-snuba
 /src/sentry/utils/snuba.py      @getsentry/owners-snuba @getsentry/visibility
@@ -300,3 +304,13 @@ tests/js/spec/utils/profiling                                   @getsentry/profi
 /src/sentry/reprocessing2.py       @getsentry/owners-ingest @getsentry/owners-native
 
 ## End of Native ##
+
+
+### APIs Group ##
+
+/src/sentry/apidocs/                @getsentry/owners-api
+/src/sentry/api/urls.py             @getsentry/owners-api
+/api-docs/                          @getsentry/owners-api
+/tests/apidocs/                     @getsentry/owners-api
+/.github/workflows/openapi.yml      @getsentry/owners-api
+/.github/workflows/openapi-diff.yml @getsentry/owners-api