Skip to content

Commit 416654e

Browse files
authored
chore(code-mappings): Move code mapping CODEOWNERS to coding-workflows (#111939)
Move code mapping related paths from @getsentry/issue-detection-backend to @getsentry/coding-workflows-sentry-backend since code mappings fall under coding workflows, not issue detection.
1 parent e6e831c commit 416654e

1 file changed

Lines changed: 11 additions & 11 deletions

File tree

.github/CODEOWNERS

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -462,11 +462,11 @@ tests/sentry/api/endpoints/test_organization_attribute_mappings.py @get
462462
/src/sentry/identity/ @getsentry/enterprise
463463

464464
/src/sentry/integrations/ @getsentry/product-owners-settings-integrations @getsentry/ecosystem
465-
/src/sentry/integrations/api/endpoints/organization_code_mapping*.py @getsentry/issue-detection-backend
465+
/src/sentry/integrations/api/endpoints/organization_code_mapping*.py @getsentry/coding-workflows-sentry-backend
466466
/src/sentry/integrations/api/endpoints/organization_coding_agents.py @getsentry/machine-learning-ai
467467
/src/sentry/integrations/coding_agent/ @getsentry/machine-learning-ai
468468
/src/sentry/integrations/utils/codecov.py @getsentry/codecov
469-
/src/sentry/integrations/utils/stacktrace_link.py @getsentry/issue-detection-backend
469+
/src/sentry/integrations/utils/stacktrace_link.py @getsentry/coding-workflows-sentry-backend
470470

471471
/src/sentry/mail/ @getsentry/alerts-notifications
472472
/src/sentry/notifications/ @getsentry/alerts-notifications @getsentry/ecosystem
@@ -651,7 +651,7 @@ tests/sentry/api/endpoints/test_organization_attribute_mappings.py @get
651651
/src/sentry/event_manager.py @getsentry/issue-detection-backend
652652
/src/sentry/eventstore/models.py @getsentry/issue-detection-backend
653653
/src/sentry/grouping/ @getsentry/issue-detection-backend
654-
/src/sentry/issues/auto_source_code_config/ @getsentry/issue-detection-backend
654+
/src/sentry/issues/auto_source_code_config/ @getsentry/coding-workflows-sentry-backend
655655
/src/sentry/issues/endpoints/related_issues.py @getsentry/issue-detection-backend
656656
/src/sentry/issues/ingest.py @getsentry/issue-detection-backend
657657
/src/sentry/issues/issue_occurrence.py @getsentry/issue-detection-backend
@@ -671,16 +671,16 @@ tests/sentry/api/endpoints/test_organization_attribute_mappings.py @get
671671
/src/sentry/tasks/auto_ongoing_issues.py @getsentry/issue-detection-backend
672672
/src/sentry/tasks/auto_remove_inbox.py @getsentry/issue-detection-backend
673673
/src/sentry/tasks/auto_resolve_issues.py @getsentry/issue-detection-backend
674-
/src/sentry/tasks/auto_source_code_config.py @getsentry/issue-detection-backend
674+
/src/sentry/tasks/auto_source_code_config.py @getsentry/coding-workflows-sentry-backend
675675
/src/sentry/tasks/check_new_issue_threshold_met.py @getsentry/issue-detection-backend
676676
/src/sentry/tasks/clear_expired_resolutions.py @getsentry/issue-detection-backend
677677
/src/sentry/tasks/clear_expired_rulesnoozes.py @getsentry/issue-detection-backend
678678
/src/sentry/tasks/clear_expired_snoozes.py @getsentry/issue-detection-backend
679-
/src/sentry/tasks/codeowners/ @getsentry/issue-detection-backend
680-
/src/sentry/tasks/commit_context.py @getsentry/issue-detection-backend
679+
/src/sentry/tasks/codeowners/ @getsentry/coding-workflows-sentry-backend
680+
/src/sentry/tasks/commit_context.py @getsentry/coding-workflows-sentry-backend
681681
/src/sentry/tasks/seer/delete_seer_grouping_records.py @getsentry/issue-detection-backend
682682
/src/sentry/tasks/embeddings_grouping/ @getsentry/issue-detection-backend
683-
/src/sentry/tasks/groupowner.py @getsentry/issue-detection-backend
683+
/src/sentry/tasks/groupowner.py @getsentry/coding-workflows-sentry-backend
684684
/src/sentry/tasks/merge.py @getsentry/issue-detection-backend
685685
/src/sentry/tasks/unmerge.py @getsentry/issue-detection-backend
686686
/src/sentry/tasks/weekly_escalating_forecast.py @getsentry/issue-detection-backend
@@ -703,7 +703,7 @@ tests/sentry/api/endpoints/test_organization_attribute_mappings.py @get
703703
/tests/sentry/deletions/test_group.py @getsentry/issue-detection-backend
704704
/tests/sentry/event_manager/ @getsentry/issue-detection-backend
705705
/tests/sentry/grouping/ @getsentry/issue-detection-backend
706-
/tests/sentry/issues/auto_source_code_config/ @getsentry/issue-detection-backend
706+
/tests/sentry/issues/auto_source_code_config/ @getsentry/coding-workflows-sentry-backend
707707
/tests/sentry/issues/endpoints/ @getsentry/issue-workflow
708708
/tests/sentry/issues/endpoints/test_related_issues.py @getsentry/issue-detection-backend
709709
/tests/sentry/issues/test_ingest.py @getsentry/issue-detection-backend
@@ -726,9 +726,9 @@ tests/sentry/api/endpoints/test_organization_attribute_mappings.py @get
726726
/tests/sentry/tasks/test_clear_expired_resolutions.py @getsentry/issue-detection-backend
727727
/tests/sentry/tasks/test_clear_expired_rulesnoozes.py @getsentry/issue-detection-backend
728728
/tests/sentry/tasks/test_clear_expired_snoozes.py @getsentry/issue-detection-backend
729-
/tests/sentry/tasks/test_code_owners.py @getsentry/issue-detection-backend
730-
/tests/sentry/tasks/test_commit_context.py @getsentry/issue-detection-backend
731-
/tests/sentry/tasks/test_groupowner.py @getsentry/issue-detection-backend
729+
/tests/sentry/tasks/test_code_owners.py @getsentry/coding-workflows-sentry-backend
730+
/tests/sentry/tasks/test_commit_context.py @getsentry/coding-workflows-sentry-backend
731+
/tests/sentry/tasks/test_groupowner.py @getsentry/coding-workflows-sentry-backend
732732
/tests/sentry/tasks/test_merge.py @getsentry/issue-detection-backend
733733
/tests/sentry/tasks/test_post_process.py @getsentry/issue-detection-backend
734734
/tests/sentry/tasks/test_weekly_escalating_forecast.py @getsentry/issue-detection-backend

0 commit comments

Comments
 (0)