From c4e99ebdf9c91317a412269f4b1e546cff204456 Mon Sep 17 00:00:00 2001 From: Stephanie Wang Date: Mon, 14 Sep 2020 17:46:36 -0400 Subject: [PATCH] chore: add CODEOWNERS file (#23) --- .../.github/CODEOWNERS | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 packages/google-cloud-bigquery-connection/.github/CODEOWNERS diff --git a/packages/google-cloud-bigquery-connection/.github/CODEOWNERS b/packages/google-cloud-bigquery-connection/.github/CODEOWNERS new file mode 100644 index 000000000000..4558c4cd8b51 --- /dev/null +++ b/packages/google-cloud-bigquery-connection/.github/CODEOWNERS @@ -0,0 +1,11 @@ +# Code owners file. +# This file controls who is tagged for review for any given pull request. +# +# 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 + +# The python-samples-reviewers team is the default owner for samples changes +/samples/ @googleapis/python-samples-owners