Browse Source

Revert "Hand off open-source to dev-infra (#83844)"

This reverts commit c545e51244577d78f9f1569dc1892fca7fc18051.

Co-authored-by: asottile-sentry <103459774+asottile-sentry@users.noreply.github.com>
getsentry-bot 1 month ago
parent
commit
c27c4cd689
2 changed files with 24 additions and 24 deletions
  1. 23 23
      .github/CODEOWNERS
  2. 1 1
      .github/dependabot.yml

+ 23 - 23
.github/CODEOWNERS

@@ -79,33 +79,33 @@ Makefile                                                 @getsentry/owners-sentr
 /tests/tools/mypy_helpers                                @getsentry/python-typing
 
 ## GitHub Routing Automations - notion.so/473791bae5bf43399d46093050b77bf0
-/.github/labels.yml                                      @getsentry/dev-infra
-/.github/workflows/react-to-product-owners-yml-changes.yml @getsentry/dev-infra
-/bin/react-to-product-owners-yml-changes.py              @getsentry/dev-infra
-/bin/react-to-product-owners-yml-changes.sh              @getsentry/dev-infra
-/static/app/components/sidebar/index.tsx                 @getsentry/dev-infra
+/.github/labels.yml                                      @getsentry/open-source
+/.github/workflows/react-to-product-owners-yml-changes.yml @getsentry/open-source
+/bin/react-to-product-owners-yml-changes.py              @getsentry/open-source
+/bin/react-to-product-owners-yml-changes.sh              @getsentry/open-source
+/static/app/components/sidebar/index.tsx                 @getsentry/open-source
 
 ## Backup - getsentry/team-ospo#153
-/src/sentry/backup/                                      @getsentry/dev-infra
-/src/sentry/runner/commands/backup.py                    @getsentry/dev-infra
-/src/sentry/testutils/helpers/backups.py                 @getsentry/dev-infra
-/tests/sentry/backup/                                    @getsentry/dev-infra
-/tests/sentry/runner/commands/test_backup.py             @getsentry/dev-infra
+/src/sentry/backup/                                      @getsentry/open-source
+/src/sentry/runner/commands/backup.py                    @getsentry/open-source
+/src/sentry/testutils/helpers/backups.py                 @getsentry/open-source
+/tests/sentry/backup/                                    @getsentry/open-source
+/tests/sentry/runner/commands/test_backup.py             @getsentry/open-source
 
 ## Relocation - getsentry/team-ospo#153
-/src/sentry/analytics/events/relocation_*.py             @getsentry/hybrid-cloud
-/src/sentry/api/endpoints/organization_fork.py           @getsentry/hybrid-cloud
-/src/sentry/api/endpoints/relocation/                    @getsentry/hybrid-cloud
-/src/sentry/api/serializers/models/relocation/           @getsentry/hybrid-cloud
-/src/sentry/models/relocation/                           @getsentry/hybrid-cloud
-/src/sentry/relocation/                                  @getsentry/hybrid-cloud
-/src/sentry/tasks/relocation.py                          @getsentry/hybrid-cloud
-/src/sentry/utils/relocation.py                          @getsentry/hybrid-cloud
-/tests/sentry/api/endpoints/relocation                   @getsentry/hybrid-cloud
-/tests/sentry/api/endpoints/test_organization_fork.py    @getsentry/hybrid-cloud
-/tests/sentry/api/serializer/test_relocation.py          @getsentry/hybrid-cloud
-/tests/sentry/tasks/test_relocation.py                   @getsentry/hybrid-cloud
-/tests/sentry/utils/test_relocation.py                   @getsentry/hybrid-cloud
+/src/sentry/analytics/events/relocation_*.py             @getsentry/open-source
+/src/sentry/api/endpoints/organization_fork.py           @getsentry/open-source
+/src/sentry/api/endpoints/relocation/                    @getsentry/open-source
+/src/sentry/api/serializers/models/relocation/           @getsentry/open-source
+/src/sentry/models/relocation/                           @getsentry/open-source
+/src/sentry/relocation/                                  @getsentry/open-source
+/src/sentry/tasks/relocation.py                          @getsentry/open-source
+/src/sentry/utils/relocation.py                          @getsentry/open-source
+/tests/sentry/api/endpoints/relocation                   @getsentry/open-source
+/tests/sentry/api/endpoints/test_organization_fork.py    @getsentry/open-source
+/tests/sentry/api/serializer/test_relocation.py          @getsentry/open-source
+/tests/sentry/tasks/test_relocation.py                   @getsentry/open-source
+/tests/sentry/utils/test_relocation.py                   @getsentry/open-source
 
 ## Build & Releases
 /.github/workflows/release.yml                           @getsentry/release-approvers

+ 1 - 1
.github/dependabot.yml

@@ -68,7 +68,7 @@ updates:
     schedule:
       interval: 'daily'
     reviewers:
-      - '@getsentry/dev-infra'
+      - '@getsentry/open-source'
       - '@getsentry/security'
     # security only updates
     open-pull-requests-limit: 0