-
Notifications
You must be signed in to change notification settings - Fork 1.5k
/
CODEOWNERS
Validating CODEOWNERS rules...
56 lines (40 loc) · 1.89 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
# 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
##################################
# Storage and Database (SoDa) team
##################################
bigtable/ @tseaver @crwilcox @frankyn
docs/bigtable/ @tseaver @crwilcox @frankyn
datastore/ @tseaver @crwilcox @frankyn
docs/datastore @tseaver @crwilcox @frankyn
storage/ @tseaver @crwilcox @frankyn
docs/storage @tseaver @crwilcox @frankyn
firestore/ @tseaver @crwilcox @frankyn
docs/firestore/ @tseaver @crwilcox @frankyn
spanner/ @tseaver @crwilcox @frankyn
docs/spanner @tseaver @crwilcox @frankyn
###############################
# Analytics and ML (AniML) team
###############################
# 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
# Data Catalog isn't technically part of BigQuery, but it's closely related.
datacatalog/ @googleapis/api-bigquery
docs/datacatalog/ @googleapis/api-bigquery
# Pubsub
pubsub/ @anguillanneuf @plamut @pradn
docs/pubsub @anguillanneuf @plamut @pradn
# Tim Swast is the primary author of Runtime Config.
runtimeconfig/ @tswast
docs/runtimeconfig/ @tswast
# Doug Greiman and Angela Li are the owners of trace.
trace/ @liyanhui1228 @duggelz
docs/trace/ @liyanhui1228 @duggelz