-
Notifications
You must be signed in to change notification settings - Fork 173
/
Copy pathCODEOWNERS
41 lines (35 loc) · 1.63 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
# Lines starting with '#' are comments.
# Each line is a file pattern followed by one or more owners.
# https://help.github.com/articles/about-codeowners/
#
# Order is important; the last matching pattern takes the most
# precedence
# The "nobody" team is an alerting mechanism that indicates when there are files in a PR that are
# not owned by anyone. This is a signal to the PR author that certain modified files are unowned and
# they need to (1) track down the owners using git blame and (2) update CODEOWNERS.
* @sourcegraph/nobody
/.github/CODEOWNERS @sqs
/handbook @sqs
/company @sqs
/workflow @christinaforney
/direction @christinaforney
/blogposts @sourcegraph/marketing
/website @sourcegraph/marketing
/docs @sourcegraph/marketing
/podcast @beyang
# @sqs: I feel weird reviewing people's own biographies, so I'm intentionally marking this file as
# having no owner (and therefore no automatically assigned reviewer).
/company/team/index.md @sourcegraph/nobody
/handbook/product @christinaforney
/handbook/engineering @nicksnyder
/handbook/engineering/campaigns @sourcegraph/campaigns
/handbook/engineering/code-intelligence @sourcegraph/code-intel
/handbook/engineering/cloud @sourcegraph/cloud
/handbook/engineering/distribution @sourcegraph/distribution
/handbook/engineering/security @sourcegraph/security
/handbook/engineering/web @sourcegraph/web
/handbook/engineering/languages/go.md @sourcegraph/cloud
/handbook/engineering/languages/typescript.md @sourcegraph/web
/handbook/engineering/languages/terraform.md @sourcegraph/distribution
/handbook/marketing @sourcegraph/marketing
/handbook/engineering/adding_ping_data.md @ebrodymoore @dadlerj