Browse Source

ref(alerts): Add Issues Team as Codeowners (#57690)

I noticed while working on the alert rule serializer that nobody is a
codeowner for that file and the issues team should be
Colleen O'Rourke 1 year ago
parent
commit
1da4078475
1 changed files with 1 additions and 0 deletions
  1. 1 0
      .github/CODEOWNERS

+ 1 - 0
.github/CODEOWNERS

@@ -313,6 +313,7 @@ yarn.lock                                                @getsentry/owners-js-de
 /src/sentry/api/endpoints/sentry_app/                                @getsentry/issues
 /src/sentry/api/endpoints/project_rule*.py                           @getsentry/issues
 /src/sentry/api/serializers/models/rule.py 							 @getsentry/issues
+/src/sentry/api/serializers/models/alert_rule.py 				     @getsentry/issues
 
 /static/app/views/organizationIntegrations                           @getsentry/issues
 /static/app/views/settings/project/projectOwnership/                 @getsentry/issues