Update CODEOWNERS (#5062)

Signed-off-by: zhenshan.cao <zhenshan.cao@zilliz.com>
pull/5065/head
zhenshan.cao 2021-04-27 12:01:57 +08:00 committed by GitHub
parent 262c484cec
commit 5a89b2668e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 6 deletions

13
.github/CODEOWNERS vendored
View File

@ -1,15 +1,16 @@
# Each line is a component followed by one or more owners.
* @GuoRentong @neza2017 @czs007
/.github/workflows/ @jeffoverflow
/.jenkins/modules/ @jeffoverflow
/build/ @jeffoverflow
/.github/workflows/ @jeffoverflow @zwd1208
/.jenkins/modules/ @jeffoverflow @zwd1208
/build/ @jeffoverflow @zwd1208
/cmd/ @czs007 @scsven
/deployments/ @jeffoverflow
/deployments/ @jeffoverflow @zwd1208
/docs/ @GuoRentong
/githooks/ @jeffoverflow
/githooks/ @jeffoverflow @zwd1208
/internal/* @czs007
/internal/core/ @GuoRentong @shengjun1985
/internal/core/src/pb/ @GuoRentong @shengjun1985 @czs007 @neza2017
/internal/datanode/ @sunby @neza2017 @czs007
/internal/dataservice/ @sunby @neza2017 @czs007
/internal/distributed/* @czs007 @neza2017
@ -30,4 +31,4 @@
/internal/queryservice/ @xige-16 @neza2017 @czs007
/internal/storage/ @neza2017 @sunby @czs007
/internal/util/ @neza2017 @czs007 @xige-16 @scsven
/tests/ @test-team
/tests/ @sig-testing @yanliang567