milvus/OWNERS
Xiangyu Wang a54c534db6
[skip ci]Add reviewers for codecov.yml (#9314)
Signed-off-by: Xiangyu Wang <xiangyu.wang@zilliz.com>
2021-10-06 07:14:11 +08:00

41 lines
861 B
Plaintext

filters:
".*":
reviewers:
- czs007
- jeffoverflow
- scsven
- shengjun1985
- sunby
- xiaofan-luan
- xige-16
- yanliang567
- zwd1208
approvers:
- pr-inspection
# markdown files should be reviewed by authors
"*\\.md$":
required_reviewers:
- scsven
- XuanYang-cn
- xiaofan-luan
approvers:
- pr-inspection
# codecov.yml is the config file for CodeCov, changes should be reviewed by @wangting0128 or @yanliang567
"codecov.yml$":
required_reviewers:
- wangting0128
- yanliang567
approvers:
- pr-inspection
# go.{mod,sum} files relate to go dependencies, and should be reviewed by @congqixia
"go\\.(mod|sum)$":
required_reviewers:
- congqixia
approvers:
- pr-inspection
labels:
- area/dependency