This is an automated email from the ASF dual-hosted git repository.
xuanwo pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-opendal.git
The following commit(s) were added to refs/heads/main by this push:
new bd8d608c chore: Add CODEOWNERS (#1817)
bd8d608c is described below
commit bd8d608c82cde77b41cf5b1b26f3f75e9bdf4647
Author: Xuanwo <[email protected]>
AuthorDate: Fri Mar 31 12:21:29 2023 +0800
chore: Add CODEOWNERS (#1817)
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