Skip to content

Commit 85daaf2

Browse files
authored
chore(issues): Update CODEOWNERS for issue-detection-backend (#87131)
This is an initial pass at adding `issue-detection-backend` which is currently just an alias for `issues` (see: getsentry/security-as-code#1319). Leaving the `**/issues/**` for a followup PR since it will need to be split apart. --- `/static/gsApp/hooks/escalatingIssues` removed as it doesn't exist and I can't find anything that looks like it: ``` $ ag -i escalatingissues static $ ```
1 parent 04d46d1 commit 85daaf2

File tree

1 file changed

+42
-43
lines changed

1 file changed

+42
-43
lines changed

.github/CODEOWNERS

+42-43
Original file line numberDiff line numberDiff line change
@@ -514,35 +514,35 @@ tests/sentry/api/endpoints/test_organization_dashboard_widget_details.py @ge
514514
/src/sentry/api/helpers/group_index/ @getsentry/issues
515515
/src/sentry/api/helpers/source_map_helper.py @getsentry/issues
516516
/src/sentry/api/issue_search.py @getsentry/issues
517-
/src/sentry/deletions/defaults/group.py @getsentry/issues
518-
/src/sentry/deletions/tasks/groups.py @getsentry/issues
519-
/src/sentry/event_manager.py @getsentry/issues
520-
/src/sentry/eventstore/models.py @getsentry/issues
521-
/src/sentry/grouping/ @getsentry/issues
517+
/src/sentry/deletions/defaults/group.py @getsentry/issue-detection-backend
518+
/src/sentry/deletions/tasks/groups.py @getsentry/issue-detection-backend
519+
/src/sentry/event_manager.py @getsentry/issue-detection-backend
520+
/src/sentry/eventstore/models.py @getsentry/issue-detection-backend
521+
/src/sentry/grouping/ @getsentry/issue-detection-backend
522522
/src/sentry/mediators/ @getsentry/issues
523523
/src/sentry/ratelimits/ @getsentry/issues
524524
/src/sentry/search/events/builder/issue_platform.py @getsentry/issues
525525
/src/sentry/search/events/builder/errors.py @getsentry/issues
526526
/src/sentry/search/snuba/ @getsentry/issues
527-
/src/sentry/seer/similarity/ @getsentry/issues
528-
/src/sentry/tasks/auto_ongoing_issues.py @getsentry/issues
529-
/src/sentry/tasks/auto_remove_inbox.py @getsentry/issues
530-
/src/sentry/tasks/auto_resolve_issues.py @getsentry/issues
531-
/src/sentry/tasks/auto_source_code_config.py @getsentry/issues
532-
/src/sentry/tasks/check_new_issue_threshold_met.py @getsentry/issues
533-
/src/sentry/tasks/clear_expired_resolutions.py @getsentry/issues
534-
/src/sentry/tasks/clear_expired_rulesnoozes.py @getsentry/issues
535-
/src/sentry/tasks/clear_expired_snoozes.py @getsentry/issues
536-
/src/sentry/tasks/codeowners/ @getsentry/issues
537-
/src/sentry/tasks/commit_context.py @getsentry/issues
527+
/src/sentry/seer/similarity/ @getsentry/issue-detection-backend
528+
/src/sentry/tasks/auto_ongoing_issues.py @getsentry/issue-detection-backend
529+
/src/sentry/tasks/auto_remove_inbox.py @getsentry/issue-detection-backend
530+
/src/sentry/tasks/auto_resolve_issues.py @getsentry/issue-detection-backend
531+
/src/sentry/tasks/auto_source_code_config.py @getsentry/issue-detection-backend
532+
/src/sentry/tasks/check_new_issue_threshold_met.py @getsentry/issue-detection-backend
533+
/src/sentry/tasks/clear_expired_resolutions.py @getsentry/issue-detection-backend
534+
/src/sentry/tasks/clear_expired_rulesnoozes.py @getsentry/issue-detection-backend
535+
/src/sentry/tasks/clear_expired_snoozes.py @getsentry/issue-detection-backend
536+
/src/sentry/tasks/codeowners/ @getsentry/issue-detection-backend
537+
/src/sentry/tasks/commit_context.py @getsentry/issue-detection-backend
538538
/src/sentry/tasks/commits.py @getsentry/issues
539-
/src/sentry/tasks/delete_seer_grouping_records.py @getsentry/issues
540-
/src/sentry/tasks/embeddings_grouping/ @getsentry/issues
541-
/src/sentry/tasks/groupowner.py @getsentry/issues
542-
/src/sentry/tasks/merge.py @getsentry/issues
543-
/src/sentry/tasks/post_process.py @getsentry/issues
544-
/src/sentry/tasks/unmerge.py @getsentry/issues
545-
/src/sentry/tasks/weekly_escalating_forecast.py @getsentry/issues
539+
/src/sentry/tasks/delete_seer_grouping_records.py @getsentry/issue-detection-backend
540+
/src/sentry/tasks/embeddings_grouping/ @getsentry/issue-detection-backend
541+
/src/sentry/tasks/groupowner.py @getsentry/issue-detection-backend
542+
/src/sentry/tasks/merge.py @getsentry/issue-detection-backend
543+
/src/sentry/tasks/post_process.py @getsentry/issue-detection-backend
544+
/src/sentry/tasks/unmerge.py @getsentry/issue-detection-backend
545+
/src/sentry/tasks/weekly_escalating_forecast.py @getsentry/issue-detection-backend
546546
/static/app/components/events/contexts/ @getsentry/issues
547547
/static/app/components/events/eventTags/ @getsentry/issues
548548
/static/app/components/events/highlights/ @getsentry/issues
@@ -556,27 +556,27 @@ tests/sentry/api/endpoints/test_organization_dashboard_widget_details.py @ge
556556
/static/app/utils/analytics.tsx @getsentry/issues
557557
/static/app/utils/routeAnalytics/ @getsentry/issues
558558
/tests/sentry/api/test_issue_search.py @getsentry/issues
559-
/tests/sentry/deletions/test_group.py @getsentry/issues
560-
/tests/sentry/event_manager/ @getsentry/issues
561-
/tests/sentry/grouping/ @getsentry/issues
559+
/tests/sentry/deletions/test_group.py @getsentry/issue-detection-backend
560+
/tests/sentry/event_manager/ @getsentry/issue-detection-backend
561+
/tests/sentry/grouping/ @getsentry/issue-detection-backend
562562
/tests/sentry/search/ @getsentry/issues
563-
/tests/sentry/tasks/test_auto_ongoing_issues.py @getsentry/issues
564-
/tests/sentry/tasks/test_auto_remove_inbox.py @getsentry/issues
565-
/tests/sentry/tasks/test_auto_resolve_issues.py @getsentry/issues
566-
/tests/sentry/tasks/test_auto_source_code_config.py @getsentry/issues
567-
/tests/sentry/tasks/test_backfill_seer_grouping_records.py @getsentry/issues
568-
/tests/sentry/tasks/test_check_new_issue_threshold_met.py @getsentry/issues
569-
/tests/sentry/tasks/test_clear_expired_resolutions.py @getsentry/issues
570-
/tests/sentry/tasks/test_clear_expired_rulesnoozes.py @getsentry/issues
571-
/tests/sentry/tasks/test_clear_expired_snoozes.py @getsentry/issues
572-
/tests/sentry/tasks/test_code_owners.py @getsentry/issues
573-
/tests/sentry/tasks/test_commit_context.py @getsentry/issues
563+
/tests/sentry/tasks/test_auto_ongoing_issues.py @getsentry/issue-detection-backend
564+
/tests/sentry/tasks/test_auto_remove_inbox.py @getsentry/issue-detection-backend
565+
/tests/sentry/tasks/test_auto_resolve_issues.py @getsentry/issue-detection-backend
566+
/tests/sentry/tasks/test_auto_source_code_config.py @getsentry/issue-detection-backend
567+
/tests/sentry/tasks/test_backfill_seer_grouping_records.py @getsentry/issue-detection-backend
568+
/tests/sentry/tasks/test_check_new_issue_threshold_met.py @getsentry/issue-detection-backend
569+
/tests/sentry/tasks/test_clear_expired_resolutions.py @getsentry/issue-detection-backend
570+
/tests/sentry/tasks/test_clear_expired_rulesnoozes.py @getsentry/issue-detection-backend
571+
/tests/sentry/tasks/test_clear_expired_snoozes.py @getsentry/issue-detection-backend
572+
/tests/sentry/tasks/test_code_owners.py @getsentry/issue-detection-backend
573+
/tests/sentry/tasks/test_commit_context.py @getsentry/issue-detection-backend
574574
/tests/sentry/tasks/test_commits.py @getsentry/issues
575-
/tests/sentry/tasks/test_delete_seer_grouping_records.py @getsentry/issues
576-
/tests/sentry/tasks/test_groupowner.py @getsentry/issues
577-
/tests/sentry/tasks/test_merge.py @getsentry/issues
578-
/tests/sentry/tasks/test_post_process.py @getsentry/issues
579-
/tests/sentry/tasks/test_weekly_escalating_forecast.py @getsentry/issues
575+
/tests/sentry/tasks/test_delete_seer_grouping_records.py @getsentry/issue-detection-backend
576+
/tests/sentry/tasks/test_groupowner.py @getsentry/issue-detection-backend
577+
/tests/sentry/tasks/test_merge.py @getsentry/issue-detection-backend
578+
/tests/sentry/tasks/test_post_process.py @getsentry/issue-detection-backend
579+
/tests/sentry/tasks/test_weekly_escalating_forecast.py @getsentry/issue-detection-backend
580580
/tests/snuba/search/ @getsentry/issues
581581
## End of Issues
582582

@@ -595,7 +595,6 @@ tests/sentry/api/endpoints/test_organization_dashboard_widget_details.py @ge
595595
/static/gsApp/views/spikeProtection/ @getsentry/revenue
596596
/static/gsApp/hooks/superuser* @getsentry/enterprise
597597
/static/gsApp/hooks/integration* @getsentry/ecosystem
598-
/static/gsApp/hooks/escalatingIssues* @getsentry/issues
599598
/static/gsApp/hooks/issue* @getsentry/issues
600599
/static/gsApp/components/crons/ @getsentry/crons
601600
/static/gsApp/components/replay* @getsentry/replay-frontend

0 commit comments

Comments
 (0)