From a267b22f91c53a393d47303074d246761456fad2 Mon Sep 17 00:00:00 2001 From: Shabir Mohamed Abdul Samadh <7249208+Shabirmean@users.noreply.github.com> Date: Wed, 24 Mar 2021 17:54:58 -0400 Subject: [PATCH] chore: add DevPlat as CodeOwners (#14) * Update .repo-metadata.json * Update .repo-metadata.json to include dev-play team as codeowners * Update the CODEOWNERS file manually to add the DevPlat team --- .../google-cloud-binary-authorization/.github/CODEOWNERS | 4 ++-- .../google-cloud-binary-authorization/.repo-metadata.json | 5 +++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/packages/google-cloud-binary-authorization/.github/CODEOWNERS b/packages/google-cloud-binary-authorization/.github/CODEOWNERS index d08d98456a15..2857de233aef 100644 --- a/packages/google-cloud-binary-authorization/.github/CODEOWNERS +++ b/packages/google-cloud-binary-authorization/.github/CODEOWNERS @@ -5,7 +5,7 @@ # https://help.github.com/en/github/creating-cloning-and-archiving-repositories/about-code-owners#codeowners-syntax # The @googleapis/yoshi-python is the default owner for changes in this repo -* @googleapis/yoshi-python +* @googleapis/yoshi-python @googleapis/cicd -/samples/ @googleapis/python-samples-owners \ No newline at end of file +/samples/ @googleapis/python-samples-owners diff --git a/packages/google-cloud-binary-authorization/.repo-metadata.json b/packages/google-cloud-binary-authorization/.repo-metadata.json index af5f987fe499..9f2ea491f140 100644 --- a/packages/google-cloud-binary-authorization/.repo-metadata.json +++ b/packages/google-cloud-binary-authorization/.repo-metadata.json @@ -8,5 +8,6 @@ "language": "python", "repo": "googleapis/python-binary-authorization", "distribution_name": "google-cloud-binary-authorization", - "api_id": "binaryauthorization.googleapis.com" - } \ No newline at end of file + "api_id": "binaryauthorization.googleapis.com", + "codeowner_team": "@googleapis/cicd" + }