-
Notifications
You must be signed in to change notification settings - Fork 591
/
CODEOWNERS
Validating CODEOWNERS rules...
31 lines (26 loc) · 1.31 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
# Code owners file.
# This file controls who is tagged for review for any given pull request.
# Luke Sneeringer is the default owner for anything not explicitly taken by
# someone else.
* @lukesneeringer
# Dave Gramlich is the primary author of the scripts that generate the
# documentation and run test scripts.
docs/* @callmehiphop
scripts/* @callmehiphop
# Dave Gramlich and Stephen Sawchuk are the primary authors and share
# responsibility for most libraries and tests.
packages/* @callmehiphop @stephenplusplus
system-test/* @callmehiphop @stephenplusplus
test/* @callmehiphop @stephenplusplus
# @GoogleCloudPlatform/node-team is responsible for the Logging extension
# libraries.
packages/error-reporting/* @GoogleCloudPlatform/node-team
packages/logging-bunyan/* @GoogleCloudPlatform/node-team
packages/logging-winston/* @GoogleCloudPlatform/node-team
# Luke Sneeringer is the primary author of the ML API clients.
packages/dlp/* @lukesneeringer
packages/language/* @lukesneeringer
packages/monitoring/* @lukesneeringer
packages/speech/* @lukesneeringer
packages/video-intelligence/* @lukesneeringer
packages/vision/* @lukesneeringer