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
36 lines (32 loc) · 1.16 KB
/
CODEOWNERS
File metadata and controls
36 lines (32 loc) · 1.16 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
# 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
/web/src/ @felixfbecker
/client/vscode/ @chrismwendt
/cmd/frontend/internal/app/pkg/updatecheck/ @dadlerj
/web/src/tracking/ @dadlerj
/cmd/gitserver/ @tsenart
/cmd/repo-updater/ @tsenart
/cmd/frontend/authz/ @beyang
/cmd/frontend/auth/ @beyang
/cmd/frontend/internal/auth/ @beyang
/cmd/frontend/internal/session/ @beyang
/cmd/frontend/backend/ @beyang
/cmd/frontend/db/ @beyang
/cmd/frontend/external/session/session.go @beyang
/enterprise/cmd/frontend/internal/authz @beyang
/enterprise/cmd/frontend/auth @beyang
# Browser extensions
/client/browser/ @ijsnow
# Adding permissions to the manifest will disable the extension for all users
# upon update!
/client/browser/src/extension/manifest.spec.json @chrismwendt @ijsnow
# Sourcegraph extension API
/packages/sourcegraph-extension-api/ @chrismwendt @lguychard
/shared/ @chrismwendt @lguychard
# Don't set any reviewers for these,
# configure by package through Renovate config (see renovate.json)
**/package.json
**/yarn.lock