diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS deleted file mode 100644 index eb4252a05e13d..0000000000000 --- a/.github/CODEOWNERS +++ /dev/null @@ -1,35 +0,0 @@ -# Each line is a component followed by one or more owners. - -* @GuoRentong @neza2017 @czs007 -/.github/workflows/ @jeffoverflow @zwd1208 -/.jenkins/modules/ @jeffoverflow @zwd1208 -/build/ @jeffoverflow @zwd1208 -/cmd/ @czs007 @scsven -/deployments/ @jeffoverflow @zwd1208 -/docs/ @GuoRentong -/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 -/internal/distributed/datanode/ @sunby @neza2017 @czs007 -/internal/distributed/dataservice/ @sunby @neza2017 @czs007 -/internal/distributed/indexnode/ @czs007 @neza2017 -/internal/distributed/indexservice/ @czs007 @neza2017 -/internal/distributed/masterservice/ @neza2017 @czs007 -/internal/distributed/proxynode/ @czs007 @neza2017 -/internal/distributed/proxyservice/ @czs007 @neza2017 -/internal/distributed/querynode/ @xige-16 @neza2017 @czs007 -/internal/distributed/queryservice/ @xige-16 @neza2017 @czs007 -/internal/kv/ @czs007 @scsven @neza2017 -/internal/log/ @sunby @neza2017 @czs007 -/internal/masterservice/ @neza2017 @czs007 -/internal/msgstream/ @xige-16 @scsven @neza2017 @czs007 -/internal/querynode/ @xige-16 @neza2017 @czs007 -/internal/queryservice/ @xige-16 @neza2017 @czs007 -/internal/storage/ @neza2017 @sunby @czs007 -/internal/util/ @neza2017 @czs007 @xige-16 @scsven -/tests/ @del-zhenwu @yanliang567 -/tests20/ @del-zhenwu @yanliang567 \ No newline at end of file diff --git a/OWNERS b/OWNERS new file mode 100644 index 0000000000000..7f8d0fe14a38a --- /dev/null +++ b/OWNERS @@ -0,0 +1,22 @@ +filters: + ".*": + reviewers: + - czs007 + - del-zhenwu + - jeffoverflow + - neza2017 + - scsven + - shengjun1985 + - sunby + - xiaofan-luan + - xige-16 + - yanliang567 + - zwd1208 + approvers: + - czs007 + - neza2017 + - scsven + - shengjun1985 + - xiaofan-luan + - yanliang567 + - zwd1208