From c7ae807807328a262d28a34c120563f74a4128f9 Mon Sep 17 00:00:00 2001 From: Dina Graves Portman Date: Wed, 19 Jan 2022 11:34:24 -0500 Subject: [PATCH 1/2] chore: add codeowners --- .repo-metadata.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.repo-metadata.json b/.repo-metadata.json index 346b0acf..c5975709 100644 --- a/.repo-metadata.json +++ b/.repo-metadata.json @@ -12,5 +12,6 @@ "distribution_name": "com.google.cloud:google-cloud-functions", "api_id": "cloudfunctions.googleapis.com", "requires_billing": true, - "library_type": "GAPIC_AUTO" - } \ No newline at end of file + "library_type": "GAPIC_AUTO", + "codeowner_team": "@googleapis/aap-dpes" + } From 98cd26d4dc6717ccbc30f1d9a6a278453903cebc Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Wed, 19 Jan 2022 16:36:46 +0000 Subject: [PATCH 2/2] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .github/CODEOWNERS | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 30fdb7b9..5f9903d5 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -4,7 +4,9 @@ # For syntax help see: # https://help.github.com/en/github/creating-cloning-and-archiving-repositories/about-code-owners#codeowners-syntax -* @googleapis/yoshi-java +# The @googleapis/aap-dpes is the default owner for changes in this repo +* @googleapis/yoshi-java @googleapis/aap-dpes +**/*.java @googleapis/aap-dpes # The java-samples-reviewers team is the default owner for samples changes samples/**/*.java @googleapis/java-samples-reviewers