Browse Source

meta(codeowners): Assign Crons files to Core UI (#43390)

Malachi Willey 2 years ago
parent
commit
d41ce30025
1 changed files with 22 additions and 3 deletions
  1. 22 3
      .github/CODEOWNERS

+ 22 - 3
.github/CODEOWNERS

@@ -90,9 +90,28 @@ yarn.lock                                                @getsentry/owners-js-de
 /docs-ui/components/                                     @getsentry/design @getsentry/core-ui
 
 ## Core UI
-/static/app/components                                   @getsentry/core-ui
-/static/app/views/issueList                              @getsentry/core-ui
-/static/app/views/organizationGroupDetails               @getsentry/core-ui
+/static/app/components                                       @getsentry/core-ui
+
+/static/app/views/issueList                                  @getsentry/core-ui
+/static/app/views/organizationGroupDetails                   @getsentry/core-ui
+
+/static/app/views/monitors                                   @getsentry/core-ui
+/src/sentry/models/monitor.py               			     @getsentry/core-ui
+/src/sentry/models/monitorcheckin.py               		     @getsentry/core-ui
+/src/sentry/models/monitorlocation.py                 	     @getsentry/core-ui
+/src/sentry/api/validators/monitor.py               	     @getsentry/core-ui
+/src/sentry/api/bases/monitor.py               	 		     @getsentry/core-ui
+/src/sentry/api/endpoints/monitor_stats.py                   @getsentry/core-ui
+/src/sentry/api/endpoints/organization_monitors.py           @getsentry/core-ui
+/src/sentry/api/endpoints/monitor_checkins.py                @getsentry/core-ui
+/src/sentry/api/endpoints/monitor_checkin_details.py         @getsentry/core-ui
+/src/sentry/tasks/check_monitors.py 						 @getsentry/core-ui
+/tests/sentry/api/endpoints/test_organization_monitors.py    @getsentry/core-ui
+/tests/sentry/api/endpoints/test_monitor_checkins.py         @getsentry/core-ui
+/tests/sentry/api/endpoints/test_monitor_checkin_details.py  @getsentry/core-ui
+/tests/sentry/models/test_monitor.py 						 @getsentry/core-ui
+/tests/sentry/utils/test_monitors.py 						 @getsentry/core-ui
+/tests/sentry/tasks/test_check_monitors.py 					 @getsentry/core-ui
 
 
 # Owners by product feature