From da82beb1ec629d61a227d1996676e972084667f9 Mon Sep 17 00:00:00 2001 From: "gcf-owl-bot[bot]" <78513119+gcf-owl-bot[bot]@users.noreply.github.com> Date: Thu, 11 Nov 2021 13:27:40 -0500 Subject: [PATCH] chore(python): add .github/CODEOWNERS as a templated file (#167) Source-Link: https://github.com/googleapis/synthtool/commit/c5026b3217973a8db55db8ee85feee0e9a65e295 Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:0e18b9475fbeb12d9ad4302283171edebb6baf2dfca1bd215ee3b34ed79d95d7 Co-authored-by: Owl Bot --- .../google-analytics-admin/.github/.OwlBot.lock.yaml | 2 +- packages/google-analytics-admin/.github/CODEOWNERS | 9 +++++---- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/packages/google-analytics-admin/.github/.OwlBot.lock.yaml b/packages/google-analytics-admin/.github/.OwlBot.lock.yaml index 63bf76ea6567..7519fa3a2289 100644 --- a/packages/google-analytics-admin/.github/.OwlBot.lock.yaml +++ b/packages/google-analytics-admin/.github/.OwlBot.lock.yaml @@ -1,3 +1,3 @@ docker: image: gcr.io/cloud-devrel-public-resources/owlbot-python:latest - digest: sha256:39ad8c0570e4f5d2d3124a509de4fe975e799e2b97e0f58aed88f8880d5a8b60 + digest: sha256:0e18b9475fbeb12d9ad4302283171edebb6baf2dfca1bd215ee3b34ed79d95d7 diff --git a/packages/google-analytics-admin/.github/CODEOWNERS b/packages/google-analytics-admin/.github/CODEOWNERS index 30c3973aa372..44cc8685b30f 100644 --- a/packages/google-analytics-admin/.github/CODEOWNERS +++ b/packages/google-analytics-admin/.github/CODEOWNERS @@ -3,9 +3,10 @@ # # For syntax help see: # 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. -# The @googleapis/yoshi-python is the default owner for changes in this repo -* @googleapis/yoshi-python +# @googleapis/yoshi-python is the default owner for changes in this repo +* @googleapis/yoshi-python -# The python-samples-reviewers team is the default owner for samples changes -/samples/ @googleapis/python-samples-owners \ No newline at end of file +# @googleapis/python-samples-owners is the default owner for samples changes +/samples/ @googleapis/python-samples-owners