From dbf63896e191c90ccebcf72c689216323022d77b Mon Sep 17 00:00:00 2001 From: Tomo Suzuki Date: Fri, 20 Feb 2026 23:13:39 +0000 Subject: [PATCH 1/3] chore: replace old partner teams with new ones (Wave 2) b/478003109 --- .github/CODEOWNERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 9244b88..068ccc1 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/torus-dpe +* @googleapis/acep-team From 9ad3c84731928e7daa619b8ab4ac0c5ce808b94c Mon Sep 17 00:00:00 2001 From: Tomo Suzuki Date: Mon, 23 Feb 2026 20:40:14 +0000 Subject: [PATCH 2/3] chore: remove admin teams from sync-repo-settings.yaml --- .github/sync-repo-settings.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/sync-repo-settings.yaml b/.github/sync-repo-settings.yaml index f0a8a6f..a856a75 100644 --- a/.github/sync-repo-settings.yaml +++ b/.github/sync-repo-settings.yaml @@ -23,7 +23,5 @@ branchProtectionRules: requiresCodeOwnerReviews: true requiresStrictStatusChecks: true permissionRules: - - team: cloudevents-admins - permission: push - team: torus-dpe - permission: admin + permission: push From 686ed05ea505b6fbd5868009f2d346073fef9263 Mon Sep 17 00:00:00 2001 From: Tomo Suzuki Date: Tue, 24 Feb 2026 20:46:55 +0000 Subject: [PATCH 3/3] acep-team in sync-repo-settings --- .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 a856a75..c9ef0d7 100644 --- a/.github/sync-repo-settings.yaml +++ b/.github/sync-repo-settings.yaml @@ -23,5 +23,5 @@ branchProtectionRules: requiresCodeOwnerReviews: true requiresStrictStatusChecks: true permissionRules: - - team: torus-dpe + - team: acep-team permission: push