From ea26327ef9e8ce3e665c3b02866a1e56e3f4b540 Mon Sep 17 00:00:00 2001 From: Daniel B Date: Thu, 6 Mar 2025 13:22:39 -0800 Subject: [PATCH 1/4] chore: set gcs-sdk-team as CODEOWNERS Clean up outdated cloud-storage-dpe references --- .github/sync-repo-settings.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 From 6cf6f97a0d85f03785412569c58188b7a1a293fa Mon Sep 17 00:00:00 2001 From: Daniel B Date: Thu, 6 Mar 2025 13:23:38 -0800 Subject: [PATCH 2/4] update blunderbuss --- .github/blunderbuss.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 From 5579e54c9aaefd639889af6d204d4907059be847 Mon Sep 17 00:00:00 2001 From: Daniel B Date: Thu, 6 Mar 2025 13:24:09 -0800 Subject: [PATCH 3/4] update repo-metadata --- .repo-metadata.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" } From 753e2e0682a9e625c2482cb75454fe3dc48ec047 Mon Sep 17 00:00:00 2001 From: Daniel B Date: Thu, 6 Mar 2025 13:24:51 -0800 Subject: [PATCH 4/4] update CODEOWNERS --- .github/CODEOWNERS | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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