From d79ec7ca0cbf024144c010611290d6b7c3a94b80 Mon Sep 17 00:00:00 2001 From: Anthonios Partheniou Date: Fri, 3 Sep 2021 10:55:31 +0000 Subject: [PATCH] chore: add codeowner_team to repo-metadata.json --- .github/CODEOWNERS | 9 +++++---- .repo-metadata.json | 3 ++- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index ae570eb..3678a0a 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -4,8 +4,9 @@ # For syntax help see: # https://help.github.com/en/github/creating-cloning-and-archiving-repositories/about-code-owners#codeowners-syntax -# The @googleapis/api-bigquery is the default owner for changes in this repo -* @googleapis/api-bigquery @googleapis/yoshi-python -# The python-samples-reviewers team is the default owner for samples changes -/samples/ @googleapis/python-samples-owners +# @googleapis/yoshi-python and @googleapis/api-bigquery are the default owners for changes in this repo +* @googleapis/yoshi-python @googleapis/api-bigquery + +# @googleapis/python-samples-owners and @googleapis/api-bigquery are the default owners for samples changes +/samples/ @googleapis/python-samples-owners @googleapis/api-bigquery diff --git a/.repo-metadata.json b/.repo-metadata.json index 748f413..a0e292a 100644 --- a/.repo-metadata.json +++ b/.repo-metadata.json @@ -9,5 +9,6 @@ "library_type": "GAPIC_AUTO", "repo": "googleapis/python-data-qna", "distribution_name": "google-cloud-data-qna", - "api_id": "dataqna.googleapis.com" + "api_id": "dataqna.googleapis.com", + "codeowner_team": "@googleapis/api-bigquery" }