-
Notifications
You must be signed in to change notification settings - Fork 3.8k
/
CODEOWNERS
Validating CODEOWNERS rules...
74 lines (57 loc) · 3.2 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
# https://github.com/blog/2392-introducing-code-owners
# https://help.github.com/articles/about-codeowners/
#
# Code owners are automatically requested for review when someone
# opens a pull request that modifies code that they own.
#
# Remember, *the last rule to match wins.*
/docs/RFCS/ @cockroachdb/rfc-prs
/pkg/gossip/ @cockroachdb/core-prs
/pkg/internal/ @cockroachdb/core-prs
/pkg/kv/ @cockroachdb/core-prs
/pkg/roachpb/ @cockroachdb/core-prs
/pkg/rpc/ @cockroachdb/core-prs
/pkg/server/ @cockroachdb/core-prs @cockroachdb/server-prs
/pkg/storage/ @cockroachdb/core-prs
/pkg/migration/ @cockroachdb/core-prs
/pkg/sqlmigrations @cockroachdb/core-prs @cockroachdb/sql-wiring-prs
/pkg/ccl/ @cockroachdb/sql-ccl-prs
/pkg/ccl/backupccl @cockroachdb/sql-bulk-prs
/pkg/ccl/importccl @cockroachdb/sql-bulk-prs
/pkg/ccl/storageccl @cockroachdb/sql-bulk-prs
/pkg/cli/ @cockroachdb/cli-prs
/pkg/cli/sql*.go @cockroachdb/sql-ui-prs @cockroachdb/cli-prs
/pkg/sql/ @cockroachdb/sql-rest-prs
/pkg/sql/opt/ @cockroachdb/sql-opt-prs
/pkg/sql/parser/ @cockroachdb/sql-language-prs
/pkg/sql/pgwire/ @cockroachdb/sql-wiring-prs
/pkg/sql/privilege/ @cockroachdb/sql-wiring-prs @cockroachdb/sql-language-prs @cockroachdb/sql-execution-prs
/pkg/sql/sqlbase/ @cockroachdb/sql-planning-prs @cockroachdb/sql-execution-prs @cockroachdb/sql-async-prs
/pkg/sql/*.go @cockroachdb/sql-planning-prs @cockroachdb/sql-execution-prs
/pkg/sql/executor* @cockroachdb/sql-execution-prs
/pkg/sql/mon/ @cockroachdb/sql-execution-prs
/pkg/sql/sqlutil/*executor* @cockroachdb/sql-execution-prs
/pkg/sql/schema* @cockroachdb/sql-async-prs
/pkg/sql/lease* @cockroachdb/sql-async-prs
/pkg/sql/jobs/ @cockroachdb/cluster-jobs-prs
/pkg/sql/distsql*.go @cockroachdb/distsql-prs @cockroachdb/sql-planning-prs
/pkg/sql/distsqlplan/ @cockroachdb/distsql-prs @cockroachdb/sql-planning-prs
/pkg/sql/distsqlrun/ @cockroachdb/distsql-prs @cockroachdb/sql-execution-prs
# We purposefully disable testlogic notifications to disable notifications
# otherwise caught by the @sql-rest team. Typically, testlogic changes are part
# of a bigger change that will trigger notifications to the correct sub-team.
/pkg/sql/testlogic/
/pkg/ui/ @cockroachdb/admin-ui-prs
/pkg/ui/embedded.go
/pkg/ui/src/js/protos.d.ts
/pkg/ui/src/js/protos.js
/build/ @cockroachdb/build-prs
/c-deps/ @cockroachdb/build-prs
/githooks/ @cockroachdb/build-prs
/scripts/ @cockroachdb/build-prs
**/Makefile @cockroachdb/build-prs
/Gopkg.* @cockroachdb/build-prs
/.* @cockroachdb/build-prs
/.github/ @cockroachdb/build-prs
/c-deps/libroach/ @cockroachdb/core-prs
/c-deps/libroach/ccl/ @cockroachdb/core-prs @cockroachdb/sql-ccl-prs