diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index b37686f7..6df17303 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -5,8 +5,8 @@ # https://help.github.com/en/github/creating-cloning-and-archiving-repositories/about-code-owners#codeowners-syntax # Note: This file is autogenerated. To make changes to the codeowner team, please update .repo-metadata.json. -# @googleapis/yoshi-python @googleapis/cloud-storage-dpe are the default owners for changes in this repo -* @googleapis/yoshi-python @googleapis/cloud-storage-dpe +# @googleapis/yoshi-python @googleapis/gcs-sdk-team are the default owners for changes in this repo +* @googleapis/yoshi-python @googleapis/gcs-sdk-team -# @googleapis/python-samples-reviewers @googleapis/cloud-storage-dpe are the default owners for samples changes -/samples/ @googleapis/python-samples-reviewers @googleapis/cloud-storage-dpe +# @googleapis/python-samples-reviewers @googleapis/gcs-sdk-team are the default owners for samples changes +/samples/ @googleapis/python-samples-reviewers @googleapis/gcs-sdk-team diff --git a/.github/blunderbuss.yml b/.github/blunderbuss.yml index d0b41f78..2034acfa 100644 --- a/.github/blunderbuss.yml +++ b/.github/blunderbuss.yml @@ -4,14 +4,14 @@ # Note: This file is autogenerated. To make changes to the assignee # team, please update `codeowner_team` in `.repo-metadata.json`. assign_issues: - - googleapis/cloud-storage-dpe + - googleapis/gcs-sdk-team assign_issues_by: - labels: - "samples" to: - googleapis/python-samples-reviewers - - googleapis/cloud-storage-dpe + - googleapis/gcs-sdk-team assign_prs: - - googleapis/cloud-storage-dpe + - googleapis/gcs-sdk-team diff --git a/.github/sync-repo-settings.yaml b/.github/sync-repo-settings.yaml index 2cbf0eb6..8dc9675a 100644 --- a/.github/sync-repo-settings.yaml +++ b/.github/sync-repo-settings.yaml @@ -17,7 +17,7 @@ permissionRules: permission: admin - team: yoshi-python permission: push - - team: cloud-storage-dpe + - team: gcs-sdk-team permission: push - team: python-samples-owners permission: push diff --git a/.repo-metadata.json b/.repo-metadata.json index 744a7a2e..b26098b4 100644 --- a/.repo-metadata.json +++ b/.repo-metadata.json @@ -8,5 +8,5 @@ "repo": "googleapis/google-resumable-media-python", "distribution_name": "google-resumable-media", "default_version": "", - "codeowner_team": "@googleapis/cloud-storage-dpe" + "codeowner_team": "@googleapis/gcs-sdk-team" }