Skip to content

Commit 7ab09a3

Browse files
add CODEOWNERS file (#2606)
1 parent 8ca2a85 commit 7ab09a3

1 file changed

Lines changed: 31 additions & 0 deletions

File tree

CODEOWNERS

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
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 taken by
5+
# someone else.
6+
* @lukesneeringer
7+
8+
# Dave Gramlich is the primary author of the scripts that generate the
9+
# documentation and run test scripts.
10+
docs/* @callmehiphop
11+
scripts/* @callmehiphop
12+
13+
# Dave Gramlich and Stephen Sawchuk are the primary authors and share
14+
# responsibility for most libraries and tests.
15+
packages/* @callmehiphop @stephenplusplus
16+
system-test/* @callmehiphop @stephenplusplus
17+
test/* @callmehiphop @stephenplusplus
18+
19+
# @GoogleCloudPlatform/node-team is responsible for the Logging extension
20+
# libraries.
21+
packages/error-reporting/* @GoogleCloudPlatform/node-team
22+
packages/logging-bunyan/* @GoogleCloudPlatform/node-team
23+
packages/logging-winston/* @GoogleCloudPlatform/node-team
24+
25+
# Luke Sneeringer is the primary author of the ML API clients.
26+
packages/dlp/* @lukesneeringer
27+
packages/language/* @lukesneeringer
28+
packages/monitoring/* @lukesneeringer
29+
packages/speech/* @lukesneeringer
30+
packages/video-intelligence/* @lukesneeringer
31+
packages/vision/* @lukesneeringer

0 commit comments

Comments
 (0)