forked from GoogleCloudPlatform/python-docs-samples
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCODEOWNERS
More file actions
24 lines (17 loc) · 886 Bytes
/
CODEOWNERS
File metadata and controls
24 lines (17 loc) · 886 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Code owners file.
# This file controls who is tagged for review for any given pull request.
# The python-samples-owners team is the default owner for anything not
# explicitly taken by someone else.
* @GoogleCloudPlatform/python-samples-owners
# Alix Hamilton is the primary maintainer of the BigQuery samples.
bigquery/* @alixhami
# Tim Swast is the primary maintainer of the BigQuery Data Transfer samples.
bigquery/transfer/* @tswast
# Tim Swast is the primary maintainer of the Composer samples.
composer/* @tswast
# Gus Class is the primary maintainer of the IoT samples.
iot/* @gguuss
# Alix Hamilton is the primary maintainer of the Jupyter notebook samples.
notebooks/* @alixhami
# Torry Yang is the primary maintainer of the Tables samples.
tables/* @sirtorry