Browse Source

ref(codeowners): Add issues team as codeowners for group update (#57840)

I opened a PR today that touched this file and was surprised the issues
team wasn't already a codeowners - this adds us as one.
Colleen O'Rourke 1 year ago
parent
commit
23cef816a0
1 changed files with 1 additions and 0 deletions
  1. 1 0
      .github/CODEOWNERS

+ 1 - 0
.github/CODEOWNERS

@@ -165,6 +165,7 @@ yarn.lock                                                @getsentry/owners-js-de
 /src/sentry/api/endpoints/organization_searches.py        @getsentry/issues
 /src/sentry/api/helpers/group_index.py                    @getsentry/issues
 /src/sentry/api/helpers/events.py                         @getsentry/issues
+/src/sentry/api/helpers/group_index/update.py             @getsentry/issues
 
 /src/sentry/snuba/models.py                               @getsentry/issues
 /src/sentry/snuba/query_subscription_consumer.py          @getsentry/issues