From 2a354ae602b66d874d9c626cfec97ff92f95654b Mon Sep 17 00:00:00 2001 From: Don McCasland Date: Thu, 10 Jun 2021 13:18:10 -0700 Subject: [PATCH] chore: Update CODEOWNERS to point to new anthos-dpe team (#476) - [x] Make sure to open an issue as a [bug/issue](https://github.com/googleapis/java-container/issues/new/choose) before writing your code! That way we can discuss the change, evaluate designs, and agree on the general idea - [x] Ensure the tests and linter pass - [x] Code coverage does not decrease (if any source code was changed) - [x] Appropriate docs were updated (if necessary) Fixes #475 --- .github/CODEOWNERS | 6 +++--- .repo-metadata.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index af6322b0..405bc262 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -4,9 +4,9 @@ # For syntax help see: # https://help.github.com/en/github/creating-cloning-and-archiving-repositories/about-code-owners#codeowners-syntax -# The @googleapis/cicd is the default owner for changes in this repo -* @googleapis/yoshi-java @googleapis/cicd -**/*.java @googleapis/cicd +# The @googleapis/anthos-dpe is the default owner for changes in this repo +* @googleapis/yoshi-java @googleapis/anthos-dpe +**/*.java @googleapis/anthos-dpe # The java-samples-reviewers team is the default owner for samples changes samples/**/*.java @googleapis/java-samples-reviewers diff --git a/.repo-metadata.json b/.repo-metadata.json index 5d70ecf5..09e00f23 100644 --- a/.repo-metadata.json +++ b/.repo-metadata.json @@ -9,7 +9,7 @@ "repo": "googleapis/java-container", "repo_short": "java-container", "distribution_name": "com.google.cloud:google-cloud-container", - "codeowner_team": "@googleapis/cicd", + "codeowner_team": "@googleapis/anthos-dpe", "api_id": "container.googleapis.com", "api_description": "is an enterprise-grade platform for containerized applications, including stateful and stateless, AI and ML, Linux and Windows, complex and simple web apps, API, and backend services. Leverage industry-first features like four-way auto-scaling and no-stress management. Optimize GPU and TPU provisioning, use integrated developer tools, and get multi-cluster support from SREs.", "transport": "grpc",