Skip to content

Commit 452bf23

Browse files
tswasttheacodes
authored andcommitted
Update CODEOWNERS (googleapis#5477)
* Update CODEOWNERS * Add docs subdirectories to CODEOWNERS. * Add Thea to core. * s/luke/thea/g
1 parent ab591fc commit 452bf23

File tree

1 file changed

+29
-12
lines changed

1 file changed

+29
-12
lines changed

.github/CODEOWNERS

Lines changed: 29 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -3,48 +3,65 @@
33

44
# Luke Sneeringer is the default owner for anything not explicitly
55
# taken by someone else.
6-
* @lukesneeringer
6+
* @theacodes
77

88
# Danny Hermes is the primary author of the original core library, as
99
# well as most of the testing code.
1010
core/* @dhermes
1111
test_utils/* @dhermes
1212

13-
# Jon Wayne Parrott is the author of the new google.api_core library.
14-
api_core/* @jonparrott
13+
# Thea Flowers is the author of the new google.api_core library.
14+
api_core/* @theacodes
15+
docs/core/* @theacodes
1516

16-
# Tres Seaver and Tim Swast share responsibility for BigQuery.
17-
bigquery/* @tswast @tseaver
17+
# Tim Swast and Alix Hamilton share responsibility for BigQuery.
18+
bigquery/* @tswast @alixhami
19+
docs/bigquery/* @tswast @alixhami
1820

1921
# Danny Hermes and Tres Seaver co-authored the BigTable library.
2022
bigtable/* @dhermes @tseaver
23+
docs/bigtable/* @dhermes @tseaver
2124

2225
# Danny Hermes is the primary maintainer of the Datastore library.
2326
datastore/* @dhermes
27+
docs/datastore/* @dhermes
2428

2529
# Bill Prin is the primary maintainer of the Stackdriver libraries.
2630
error_reporting/* @waprin
31+
docs/error_reporting/* @waprin
2732
monitoring/* @waprin @supriyagarg @rimey
33+
docs/monitoring/* @waprin @supriyagarg @rimey
2834
logging/* @waprin @tseaver
35+
docs/logging/* @waprin @tseaver
2936

3037
# Luke Sneeringer is the primary author of the ML API clients.
31-
language/* @lukesneeringer
32-
speech/* @lukesneeringer
33-
translate/* @lukesneeringer
34-
videointelligence/* @lukesneeringer
35-
vision/* @lukesneeringer
38+
language/* @theacodes
39+
docs/language/* @theacodes
40+
speech/* @theacodes
41+
docs/speech/* @theacodes
42+
translate/* @theacodes
43+
docs/translate/* @theacodes
44+
videointelligence/* @theacodes
45+
docs/videointelligence/* @theacodes
46+
vision/* @theacodes
47+
docs/vision/* @theacodes
3648

3749
# Luke Sneeringer is the primary author of Pub/Sub.
38-
pubsub/* @lukesneeringer
50+
pubsub/* @theacodes
51+
docs/pubsub/* @theacodes
3952

4053
# Danny Hermes is the primary author of resource manager
4154
resourcemanager/* @dhermes
55+
docs/resourcemanager/* @dhermes
4256

4357
# Tim Swast is the primary author of Runtime Config.
44-
runtimeconfig/ @tswast
58+
runtimeconfig/* @tswast
59+
docs/runtimeconfig/* @tswast
4560

4661
# Vikas Kedia is the product owner and Tres Seaver the author for Spanner.
4762
spanner/* @vkedia @tseaver
63+
docs/spanner/* @vkedia @tseaver
4864

4965
# Doug Greiman and Angela Li are the owners of trace.
5066
trace/* @liyanhui1228 @duggelz
67+
docs/trace/* @liyanhui1228 @duggelz

0 commit comments

Comments
 (0)