This is an automated email from the ASF dual-hosted git repository. xuanwo pushed a commit to branch add-code-owners in repository https://gitbox.apache.org/repos/asf/incubator-opendal.git
commit b88114f514d0e58f83f303cdb78c39709abf6075 Author: Xuanwo <[email protected]> AuthorDate: Fri Mar 31 12:19:38 2023 +0800 chore: Add CODEOWNERS Signed-off-by: Xuanwo <[email protected]> --- .github/CODEOWNERS | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 00000000..3dbbde11 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,4 @@ +* @Xuanwo @PsiACE @ClSlaid @sundy-li + +/bindings/nodejs/ @suyanhanx +/bindings/python/ @messense
