forked from milvus-io/milvus
-
Notifications
You must be signed in to change notification settings - Fork 0
/
OWNERS
48 lines (43 loc) · 967 Bytes
/
OWNERS
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
filters:
".*":
reviewers:
- czs007
- jeffoverflow
- scsven
- shengjun1985
- sunby
- xiaofan-luan
- xige-16
- yanliang567
- zwd1208
approvers:
- maintainers
"Makefile$":
labels:
- area/compilation
"CMakeLists\\.txt$":
labels:
- area/compilation
# markdown files should be reviewed by authors
"*\\.md$":
required_reviewers:
- scsven
- XuanYang-cn
- xiaofan-luan
approvers:
- maintainers
# codecov.yml is the config file for CodeCov, changes should be reviewed by @wangting0128 or @yanliang567
"codecov.yml$":
required_reviewers:
- wangting0128
- yanliang567
approvers:
- maintainers
# go.{mod,sum} files relate to go dependencies, and should be reviewed by @congqixia
"go\\.(mod|sum)$":
required_reviewers:
- congqixia
approvers:
- maintainers
labels:
- area/dependency