Browse Source

fix(codeowners): Transfer reprocessing to native team (#30537)

Markus Unterwaditzer 3 years ago
parent
commit
c0cbfbb4b1
1 changed files with 2 additions and 0 deletions
  1. 2 0
      .github/CODEOWNERS

+ 2 - 0
.github/CODEOWNERS

@@ -277,6 +277,8 @@ build-utils/        @getsentry/owners-js-build
 /src/sentry/tasks/app_store_connect.py                              @getsentry/owners-native
 /src/sentry/tasks/assemble.py                                       @getsentry/owners-native
 /src/sentry/tasks/low_priority_symbolication.py                     @getsentry/owners-native
+/src/sentry/tasks/reprocessing.py                                   @getsentry/owners-native
+/src/sentry/tasks/reprocessing2.py                                  @getsentry/owners-native
 /src/sentry/tasks/symbolication.py                                  @getsentry/owners-native
 /src/sentry/utils/appleconnect/                                     @getsentry/owners-native
 /tests/sentry/tasks/test_low_priority_symbolication.py              @getsentry/owners-native