Skip to content

Commit c545e51

Browse files
authoredJan 28, 2025··
Hand off open-source to dev-infra (#83844)
getsentry/security-as-code#1191
1 parent 37edcd9 commit c545e51

File tree

2 files changed

+24
-24
lines changed

2 files changed

+24
-24
lines changed
 

‎.github/CODEOWNERS

+23-23
Original file line numberDiff line numberDiff line change
@@ -79,33 +79,33 @@ Makefile @getsentry/owners-sentr
7979
/tests/tools/mypy_helpers @getsentry/python-typing
8080

8181
## GitHub Routing Automations - notion.so/473791bae5bf43399d46093050b77bf0
82-
/.github/labels.yml @getsentry/open-source
83-
/.github/workflows/react-to-product-owners-yml-changes.yml @getsentry/open-source
84-
/bin/react-to-product-owners-yml-changes.py @getsentry/open-source
85-
/bin/react-to-product-owners-yml-changes.sh @getsentry/open-source
86-
/static/app/components/sidebar/index.tsx @getsentry/open-source
82+
/.github/labels.yml @getsentry/dev-infra
83+
/.github/workflows/react-to-product-owners-yml-changes.yml @getsentry/dev-infra
84+
/bin/react-to-product-owners-yml-changes.py @getsentry/dev-infra
85+
/bin/react-to-product-owners-yml-changes.sh @getsentry/dev-infra
86+
/static/app/components/sidebar/index.tsx @getsentry/dev-infra
8787

8888
## Backup - getsentry/team-ospo#153
89-
/src/sentry/backup/ @getsentry/open-source
90-
/src/sentry/runner/commands/backup.py @getsentry/open-source
91-
/src/sentry/testutils/helpers/backups.py @getsentry/open-source
92-
/tests/sentry/backup/ @getsentry/open-source
93-
/tests/sentry/runner/commands/test_backup.py @getsentry/open-source
89+
/src/sentry/backup/ @getsentry/dev-infra
90+
/src/sentry/runner/commands/backup.py @getsentry/dev-infra
91+
/src/sentry/testutils/helpers/backups.py @getsentry/dev-infra
92+
/tests/sentry/backup/ @getsentry/dev-infra
93+
/tests/sentry/runner/commands/test_backup.py @getsentry/dev-infra
9494

9595
## Relocation - getsentry/team-ospo#153
96-
/src/sentry/analytics/events/relocation_*.py @getsentry/open-source
97-
/src/sentry/api/endpoints/organization_fork.py @getsentry/open-source
98-
/src/sentry/api/endpoints/relocation/ @getsentry/open-source
99-
/src/sentry/api/serializers/models/relocation/ @getsentry/open-source
100-
/src/sentry/models/relocation/ @getsentry/open-source
101-
/src/sentry/relocation/ @getsentry/open-source
102-
/src/sentry/tasks/relocation.py @getsentry/open-source
103-
/src/sentry/utils/relocation.py @getsentry/open-source
104-
/tests/sentry/api/endpoints/relocation @getsentry/open-source
105-
/tests/sentry/api/endpoints/test_organization_fork.py @getsentry/open-source
106-
/tests/sentry/api/serializer/test_relocation.py @getsentry/open-source
107-
/tests/sentry/tasks/test_relocation.py @getsentry/open-source
108-
/tests/sentry/utils/test_relocation.py @getsentry/open-source
96+
/src/sentry/analytics/events/relocation_*.py @getsentry/hybrid-cloud
97+
/src/sentry/api/endpoints/organization_fork.py @getsentry/hybrid-cloud
98+
/src/sentry/api/endpoints/relocation/ @getsentry/hybrid-cloud
99+
/src/sentry/api/serializers/models/relocation/ @getsentry/hybrid-cloud
100+
/src/sentry/models/relocation/ @getsentry/hybrid-cloud
101+
/src/sentry/relocation/ @getsentry/hybrid-cloud
102+
/src/sentry/tasks/relocation.py @getsentry/hybrid-cloud
103+
/src/sentry/utils/relocation.py @getsentry/hybrid-cloud
104+
/tests/sentry/api/endpoints/relocation @getsentry/hybrid-cloud
105+
/tests/sentry/api/endpoints/test_organization_fork.py @getsentry/hybrid-cloud
106+
/tests/sentry/api/serializer/test_relocation.py @getsentry/hybrid-cloud
107+
/tests/sentry/tasks/test_relocation.py @getsentry/hybrid-cloud
108+
/tests/sentry/utils/test_relocation.py @getsentry/hybrid-cloud
109109

110110
## Build & Releases
111111
/.github/workflows/release.yml @getsentry/release-approvers

‎.github/dependabot.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ updates:
6868
schedule:
6969
interval: 'daily'
7070
reviewers:
71-
- '@getsentry/open-source'
71+
- '@getsentry/dev-infra'
7272
- '@getsentry/security'
7373
# security only updates
7474
open-pull-requests-limit: 0

0 commit comments

Comments
 (0)
Please sign in to comment.