Просмотр исходного кода

meta(codeowners): Adds crons team to codeowners (#45266)

Richard Ortenberg 2 лет назад
Родитель
Сommit
60db4021f6
1 измененных файлов с 20 добавлено и 17 удалено
  1. 20 17
      .github/CODEOWNERS

+ 20 - 17
.github/CODEOWNERS

@@ -97,23 +97,26 @@ yarn.lock                                                @getsentry/owners-js-de
 /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
+## Crons
+/static/app/views/monitors                                   @getsentry/crons
+/src/sentry/models/monitor.py               			     @getsentry/crons
+/src/sentry/models/monitorcheckin.py               		     @getsentry/crons
+/src/sentry/models/monitorenvironment.py                     @getsentry/crons
+/src/sentry/models/monitorlocation.py                 	     @getsentry/crons
+/src/sentry/api/validators/monitor.py               	     @getsentry/crons
+/src/sentry/api/bases/monitor.py               	 		     @getsentry/crons
+/src/sentry/api/endpoints/monitor_stats.py                   @getsentry/crons
+/src/sentry/api/endpoints/organization_monitors.py           @getsentry/crons
+/src/sentry/api/endpoints/monitor_checkins.py                @getsentry/crons
+/src/sentry/api/endpoints/monitor_checkin_details.py         @getsentry/crons
+/src/sentry/tasks/check_monitors.py 						 @getsentry/crons
+/tests/sentry/api/endpoints/test_organization_monitors.py    @getsentry/crons
+/tests/sentry/api/endpoints/test_monitor_checkins.py         @getsentry/crons
+/tests/sentry/api/endpoints/test_monitor_checkin_details.py  @getsentry/crons
+/tests/sentry/models/test_monitor.py 						 @getsentry/crons
+/tests/sentry/models/test_monitorenvironment.py 			 @getsentry/crons
+/tests/sentry/utils/test_monitors.py 						 @getsentry/crons
+/tests/sentry/tasks/test_check_monitors.py 					 @getsentry/crons
 
 
 # Owners by product feature