Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 48c37f2

Browse files
Add a CODEOWNERS file. (googleapis#3887)
1 parent bee32c0 commit 48c37f2

File tree

1 file changed

+52
-0
lines changed

1 file changed

+52
-0
lines changed

.github/CODEOWNERS

Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
# Code owners file.
2+
# This file controls who is tagged for review for any given pull request.
3+
4+
# Luke Sneeringer is the default owner for anything not explicitly
5+
# taken by someone else.
6+
* @lukesneeringer
7+
8+
# Danny Hermes is the primary author of the original core library, as
9+
# well as most of the testing code.
10+
core/* @dhermes
11+
test_utils/* @dhermes
12+
13+
# Jon Wayne Parrott is the author of the new google.api.core library.
14+
# NOTE: This trumps the previous core/* directive, since the last match is
15+
# what matters.
16+
core/google/api/core/* @jonparrott
17+
18+
# Tres Seaver and Tim Swast share responsibility for BigQuery.
19+
bigquery/* @tswast @tseaver
20+
21+
# Danny Hermes and Tres Seaver co-authored the BigTable library.
22+
bigtable/* @dhermes @tseaver
23+
24+
# Danny Hermes is the primary maintainer of the Datastore library.
25+
datastore/* @dhermes
26+
27+
# Bill Prin is the primary maintainer of the Stackdriver libraries.
28+
error_reporting/* @waprin
29+
monitoring/* @waprin @supriyagarg @rimey
30+
logging/* @waprin @tseaver
31+
32+
# Luke Sneeringer is the primary author of the ML API clients.
33+
language/* @lukesneeringer
34+
speech/* @lukesneeringer
35+
translate/* @lukesneeringer
36+
videointelligence/* @lukesneeringer
37+
vision/* @lukesneeringer
38+
39+
# Luke Sneeringer is the primary author of Pub/Sub.
40+
pubsub/* @lukesneeringer
41+
42+
# Danny Hermes is the primary author of resource manager
43+
resourcemanager/* @dhermes
44+
45+
# Tim Swast is the primary author of Runtime Config.
46+
runtimeconfig/ @tswast
47+
48+
# Vikas Kedia is the product owner and Tres Seaver the author for Spanner.
49+
spanner/* @vkedia @tseaver
50+
51+
# Doug Greiman and Angela Li are the owners of trace.
52+
trace/* @liyanhui1228 @duggelz

0 commit comments

Comments
 (0)