From e635fa1b7170af247403537420b04c961060d799 Mon Sep 17 00:00:00 2001 From: Tim Swast Date: Tue, 23 Mar 2021 09:40:48 -0500 Subject: [PATCH] chore: add CODEOWNERS file --- .github/CODEOWNERS | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 00000000..10f4ee7c --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,12 @@ +# 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 +