milvus/.github/CODEOWNERS

34 lines
1.3 KiB
Plaintext

# Each line is a component followed by one or more owners.
* @GuoRentong @neza2017 @czs007
/.github/workflows/ @jeffoverflow
/.jenkins/modules/ @jeffoverflow
/build/ @jeffoverflow
/cmd/ @czs007 @scsven
/deployments/ @jeffoverflow
/docs/ @GuoRentong
/githooks/ @jeffoverflow
/internal/* @czs007
/internal/core/ @GuoRentong @shengjun1985
/internal/datanode/ @sunby
/internal/dataservice/ @sunby
/internal/distributed/* @czs007 @neza2017
/internal/distributed/datanode/ @sunby
/internal/distributed/dataservice/ @sunby
/internal/distributed/indexnode/ @czs007
/internal/distributed/indexservice/ @czs007
/internal/distributed/masterservice/ @neza2017
/internal/distributed/proxynode/ @czs007
/internal/distributed/proxyservice/ @czs007
/internal/distributed/querynode/ @xige-16
/internal/distributed/queryservice/ @xige-16
/internal/kv/ @czs007 @scsven
/internal/log/ @sunby
/internal/masterservice/ @neza2017
/internal/msgstream/ @xige-16 @scsven
/internal/querynode/ @xige-16
/internal/queryservice/ @xige-16
/internal/storage/ @neza2017 @sunby
/internal/util/ @neza2017 @czs007 @xige-16 @scsven
/tests/ @test-team