From 7309cf76ebdc241f456d68dc2a20c2dea3f62275 Mon Sep 17 00:00:00 2001 From: Tomo Suzuki Date: Mon, 9 Feb 2026 17:12:33 +0000 Subject: [PATCH 1/3] chore: replace old php teams with cloud-sdk-php-team --- .github/CODEOWNERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index c20bc3167..5609f9e59 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -4,4 +4,4 @@ # For syntax help see: # https://help.github.com/en/github/creating-cloning-and-archiving-repositories/about-code-owners#codeowners-syntax -* @googleapis/yoshi-php +* @googleapis/cloud-sdk-php-team From a0101cf97fa24a614f7cdbe25620520733cb11d9 Mon Sep 17 00:00:00 2001 From: Tomo Suzuki Date: Mon, 9 Feb 2026 17:48:41 +0000 Subject: [PATCH 2/3] chore: update team references to cloud-sdk-php-team and cloud-sdk-platform-team --- .github/sync-repo-settings.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/sync-repo-settings.yaml b/.github/sync-repo-settings.yaml index a4444366a..97b7e5ac9 100644 --- a/.github/sync-repo-settings.yaml +++ b/.github/sync-repo-settings.yaml @@ -18,7 +18,7 @@ branchProtectionRules: requiresCodeOwnerReviews: true requiresStrictStatusChecks: true permissionRules: - - team: yoshi-php-admins + - team: cloud-sdk-php-team-admins permission: admin - - team: yoshi-php + - team: cloud-sdk-php-team permission: push From 6375419c2e98b37ba1a4eab9995e202f2a194dc6 Mon Sep 17 00:00:00 2001 From: Tomo Suzuki Date: Mon, 9 Feb 2026 18:39:54 +0000 Subject: [PATCH 3/3] chore: remove cloud-sdk-php-team-admins --- .github/sync-repo-settings.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/sync-repo-settings.yaml b/.github/sync-repo-settings.yaml index 97b7e5ac9..de4a1d289 100644 --- a/.github/sync-repo-settings.yaml +++ b/.github/sync-repo-settings.yaml @@ -18,7 +18,5 @@ branchProtectionRules: requiresCodeOwnerReviews: true requiresStrictStatusChecks: true permissionRules: - - team: cloud-sdk-php-team-admins - permission: admin - team: cloud-sdk-php-team permission: push