From d47d1bde88ac4556943e3a98e3c8097f45e6230b Mon Sep 17 00:00:00 2001 From: Olivier Bourgeois <3271352+bourgeoisor@users.noreply.github.com> Date: Thu, 1 Sep 2022 18:45:22 -0400 Subject: [PATCH] chore: Remove anthos-dpe from owners (#563) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Remove anthos-dpe from owners * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * Remove duplicate codeowner_team from metadata * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md Co-authored-by: Owl Bot --- .github/CODEOWNERS | 2 +- .repo-metadata.json | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 3da0cd5..80520bb 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/anthos-dpe +* @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/.repo-metadata.json b/.repo-metadata.json index dbbe642..d50c2b1 100644 --- a/.repo-metadata.json +++ b/.repo-metadata.json @@ -8,7 +8,6 @@ "distribution_name": "@google-cloud/container", "requires_billing": true, "product_documentation": "https://cloud.google.com/kubernetes-engine", - "codeowner_team": "@googleapis/anthos-dpe", "name_pretty": "Kubernetes Engine Cluster Manager API", "client_documentation": "https://cloud.google.com/nodejs/docs/reference/container/latest", "release_level": "stable",