Set the reviewer of go.mod/go.sum (#8843)

Signed-off-by: Xiangyu Wang <xiangyu.wang@zilliz.com>
This commit is contained in:
Xiangyu Wang 2021-09-29 15:46:08 +08:00 committed by GitHub
parent 619beb0d2c
commit 8dc413fe30
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

5
OWNERS
View File

@ -12,6 +12,11 @@ filters:
- zwd1208
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