forked from sourcegraph/sourcegraph-public-snapshot
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCODEOWNERS
More file actions
42 lines (38 loc) · 1.25 KB
/
CODEOWNERS
File metadata and controls
42 lines (38 loc) · 1.25 KB
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
42
# Lines starting with '#' are comments.
# Each line is a file pattern followed by one or more owners.
# https://help.github.com/articles/about-codeowners/
*git*/* @keegancsmith
/cmd/searcher/ @keegancsmith
/packages/webapp/src/ @felixfbecker
/xlang/ @keegancsmith @beyang
/schema/ @sqs
/packages/webapp/src/site-admin/ @sqs
/packages/webapp/src/settings/ @sqs
conf/ @sqs
/cmd/frontend/internal/auth/ @sqs
/dev/config.json @sqs
/client/vscode/ @chrismwendt
/cmd/frontend/internal/app/pkg/updatecheck/ @dadlerj
/packages/webapp/src/tracking/ @dadlerj
/enterprise/ @beyang
/cmd/frontend/ @beyang
/cmd/gitserver/ @beyang
/cmd/indexer/ @beyang
/cmd/lsp-proxy/ @beyang
/cmd/repo-updater/ @beyang
/cmd/searcher/ @beyang
/cmd/server/ @beyang
/cmd/symbols/ @beyang
/pkg/ @beyang
# Browser extensions
/packages/browser-extensions/ @ijsnow
# Adding permissions to the manifest will disable the extension for all users
# upon update!
/packages/browser-extensions/src/extension/manifest.spec.json @chrismwendt @ijsnow @nicksnyder
# Sourcegraph extension API
/packages/sourcegraph-extension-api/ @chrismwendt
/packages/extensions-client-common/ @chrismwendt
# Don't set any reviewers for these,
# configure by package through Renovate config (see renovate.json)
**/package.json
**/yarn.lock