Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(CODEOWNERS): De-couple shared ownership #78059

Merged
merged 2 commits into from
Sep 28, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ yarn.lock @getsentry/owners-js-de

/tests/snuba/search/test_backend.py @getsentry/visibility

/src/sentry/search/events/ @getsentry/visibility @getsentry/issues
/src/sentry/search/events/ @getsentry/visibility

/src/sentry/utils/performance_issues/ @getsentry/performance

Expand Down Expand Up @@ -508,6 +508,8 @@ tests/sentry/api/endpoints/test_organization_dashboard_widget_details.py @ge
**/issues/** @getsentry/issues
*code_mappings*.py @getsentry/issues
/src/sentry/api/helpers/actionable_items_helper.py @getsentry/issues
/src/sentry/search/events/builder/issue_platform.py @getsentry/issues
/src/sentry/search/events/builder/errors.py @getsentry/issues
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: can these get moved down before /src/sentry/search/snuba/ to keep this section alphabetized?

/src/sentry/api/helpers/events.py @getsentry/issues
/src/sentry/api/helpers/group_index/ @getsentry/issues
/src/sentry/api/helpers/source_map_helper.py @getsentry/issues
Expand Down
Loading