From 2f945fbcfa0a524cdba662bfaaf2cd7c5a5beef1 Mon Sep 17 00:00:00 2001 From: Tomo Suzuki Date: Thu, 15 Jan 2026 22:17:07 +0000 Subject: [PATCH 1/3] chore: remove api-logging team from CODEOWNERS and blunderbuss --- .github/CODEOWNERS | 2 +- .github/blunderbuss.yml | 6 ++---- .repo-metadata.json | 2 +- 3 files changed, 4 insertions(+), 6 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 9cfb9aaf9..9e44cdc07 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -6,7 +6,7 @@ # The yoshi-nodejs team is the default owner for nodejs repositories. -* @googleapis/yoshi-nodejs @googleapis/api-logging @googleapis/api-logging-partners +* @googleapis/yoshi-nodejs @googleapis/api-logging-partners # The github automation team is the default owner for the auto-approve file. .github/auto-approve.yml @googleapis/github-automation diff --git a/.github/blunderbuss.yml b/.github/blunderbuss.yml index a9d3f44e3..1695b3b48 100644 --- a/.github/blunderbuss.yml +++ b/.github/blunderbuss.yml @@ -1,4 +1,2 @@ -assign_issues: - - googleapis/api-logging-reviewers -assign_prs: - - googleapis/api-logging-reviewers +assign_issues: [] +assign_prs: [] diff --git a/.repo-metadata.json b/.repo-metadata.json index 32bd9181c..bfedddfbe 100644 --- a/.repo-metadata.json +++ b/.repo-metadata.json @@ -9,7 +9,7 @@ "repo": "googleapis/nodejs-error-reporting", "distribution_name": "@google-cloud/error-reporting", "api_id": "clouderrorreporting.googleapis.com", - "codeowner_team": "@googleapis/api-logging", + "codeowner_team": "@googleapis/api-logging-partners", "api_shortname": "error-reporting", "library_type": "REST" } From e6c40c1aac68c9d3691bd2e1b2e24900e6012683 Mon Sep 17 00:00:00 2001 From: Tomo Suzuki Date: Thu, 15 Jan 2026 22:22:05 +0000 Subject: [PATCH 2/3] chore: remove api-logging-partners and use yoshi-nodejs as owner --- .github/CODEOWNERS | 2 +- .github/blunderbuss.yml | 6 ++++-- .repo-metadata.json | 2 +- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 9e44cdc07..80520bbaa 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -6,7 +6,7 @@ # The yoshi-nodejs team is the default owner for nodejs repositories. -* @googleapis/yoshi-nodejs @googleapis/api-logging-partners +* @googleapis/yoshi-nodejs # The github automation team is the default owner for the auto-approve file. .github/auto-approve.yml @googleapis/github-automation diff --git a/.github/blunderbuss.yml b/.github/blunderbuss.yml index 1695b3b48..768497b99 100644 --- a/.github/blunderbuss.yml +++ b/.github/blunderbuss.yml @@ -1,2 +1,4 @@ -assign_issues: [] -assign_prs: [] +assign_issues: + - googleapis/yoshi-nodejs +assign_prs: + - googleapis/yoshi-nodejs diff --git a/.repo-metadata.json b/.repo-metadata.json index bfedddfbe..a1a6b836d 100644 --- a/.repo-metadata.json +++ b/.repo-metadata.json @@ -9,7 +9,7 @@ "repo": "googleapis/nodejs-error-reporting", "distribution_name": "@google-cloud/error-reporting", "api_id": "clouderrorreporting.googleapis.com", - "codeowner_team": "@googleapis/api-logging-partners", + "codeowner_team": "@googleapis/yoshi-nodejs", "api_shortname": "error-reporting", "library_type": "REST" } From 57fc5df040f719606a838f54c9babc9fc0c221f6 Mon Sep 17 00:00:00 2001 From: Tomo Suzuki Date: Thu, 15 Jan 2026 22:50:31 +0000 Subject: [PATCH 3/3] chore: remove remaining api-logging teams from configuration files --- .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 b32c4a73b..bc85f1c66 100644 --- a/.github/sync-repo-settings.yaml +++ b/.github/sync-repo-settings.yaml @@ -22,5 +22,3 @@ permissionRules: permission: admin - team: jsteam permission: push - - team: api-logging-partners - permission: push