From ec1d8bc48e7392a8ec5da5fcd604f386968043f2 Mon Sep 17 00:00:00 2001 From: Lei Chen Date: Fri, 28 Jan 2022 04:25:37 -0800 Subject: [PATCH] chore(samples): add cloud-retail-team as sample owners (#138) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Add cloud-retail-team to CODEOWNER * update codeowner_team in .repo-metadata.json * 🦉 Updates from OwlBot See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md Co-authored-by: Anthonios Partheniou Co-authored-by: Owl Bot --- .github/CODEOWNERS | 8 ++++---- .repo-metadata.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index e446644f..6b173ee8 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -5,8 +5,8 @@ # https://help.github.com/en/github/creating-cloning-and-archiving-repositories/about-code-owners#codeowners-syntax # Note: This file is autogenerated. To make changes to the codeowner team, please update .repo-metadata.json. -# @googleapis/yoshi-python is the default owner for changes in this repo -* @googleapis/yoshi-python +# @googleapis/yoshi-python @googleapis/cloud-retail-team are the default owners for changes in this repo +* @googleapis/yoshi-python @googleapis/cloud-retail-team -# @googleapis/python-samples-reviewers is the default owner for samples changes -/samples/ @googleapis/python-samples-reviewers +# @googleapis/python-samples-reviewers @googleapis/cloud-retail-team are the default owners for samples changes +/samples/ @googleapis/python-samples-reviewers @googleapis/cloud-retail-team diff --git a/.repo-metadata.json b/.repo-metadata.json index 420b7c22..106eea99 100644 --- a/.repo-metadata.json +++ b/.repo-metadata.json @@ -11,6 +11,6 @@ "distribution_name": "google-cloud-retail", "api_id": "retail.googleapis.com", "default_version": "v2", - "codeowner_team": "", + "codeowner_team": "@googleapis/cloud-retail-team", "api_shortname": "retail" }