From 47c03627667281c54bc843526d64014b1b8139c8 Mon Sep 17 00:00:00 2001 From: Anthonios Partheniou Date: Fri, 3 Sep 2021 10:59:35 +0000 Subject: [PATCH] chore: add codeowner_team to repo-metadata.json --- .github/CODEOWNERS | 8 ++++---- .repo-metadata.json | 5 +++-- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 19e00932..22f60bb5 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 -# The @googleapis/yoshi-python is the default owner for changes in this repo -* @googleapis/api-dataproc @googleapis/yoshi-python +# @googleapis/yoshi-python and @googleapis/api-dataproc are the default owners for changes in this repo +* @googleapis/yoshi-python @googleapis/api-dataproc -# The python-samples-reviewers team is the default owner for samples changes -/samples/**/*.py @loferris @googleapis/api-dataproc @googleapis/python-samples-owners +# @googleapis/python-samples-owners and @googleapis/api-dataproc are the default owners for samples changes +/samples/ @googleapis/python-samples-owners @googleapis/api-dataproc diff --git a/.repo-metadata.json b/.repo-metadata.json index 88700d3e..50ef1e20 100644 --- a/.repo-metadata.json +++ b/.repo-metadata.json @@ -10,5 +10,6 @@ "repo": "googleapis/python-dataproc", "distribution_name": "google-cloud-dataproc", "api_id": "dataproc.googleapis.com", - "requires_billing": true -} \ No newline at end of file + "requires_billing": true, + "codeowner_team": "@googleapis/api-dataproc" +}