-
Notifications
You must be signed in to change notification settings - Fork 1.5k
/
CODEOWNERS
Validating CODEOWNERS rules...
42 lines (31 loc) · 1.46 KB
/
CODEOWNERS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
# Code owners file.
# This file controls who is tagged for review for any given pull request.
# Bu Sun Kim is the default owner for anything not explicitly
# taken by someone else.
* @busunkim96
# BigQuery suite of APIs
bigquery/ @googleapis/api-bigquery
docs/bigquery/ @googleapis/api-bigquery
bigquery_datatransfer/ @googleapis/api-bigquery
docs/bigquery_datatransfer/ @googleapis/api-bigquery
bigquery_storage/ @googleapis/api-bigquery
docs/bigquery_storage/ @googleapis/api-bigquery
# Danny Hermes and Tres Seaver co-authored the BigTable library.
bigtable/ @tseaver
docs/bigtable/ @tseaver
# Bill Prin is the primary maintainer of the Stackdriver libraries.
error_reporting/ @waprin
docs/error_reporting/ @waprin
monitoring/ @waprin @supriyagarg @rimey
docs/monitoring/ @waprin @supriyagarg @rimey
logging/ @waprin @tseaver
docs/logging/ @waprin @tseaver
# Tim Swast is the primary author of Runtime Config.
runtimeconfig/ @tswast
docs/runtimeconfig/ @tswast
# Vikas Kedia is the product owner and Tres Seaver the author for Spanner.
spanner/ @vkedia @tseaver
docs/spanner/ @vkedia @tseaver
# Doug Greiman and Angela Li are the owners of trace.
trace/ @liyanhui1228 @duggelz
docs/trace/ @liyanhui1228 @duggelz