You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@opendal.apache.org by xu...@apache.org on 2023/03/31 04:19:59 UTC

[incubator-opendal] branch add-code-owners created (now b88114f5)

This is an automated email from the ASF dual-hosted git repository.

xuanwo pushed a change to branch add-code-owners
in repository https://gitbox.apache.org/repos/asf/incubator-opendal.git


      at b88114f5 chore: Add CODEOWNERS

This branch includes the following new commits:

     new b88114f5 chore: Add CODEOWNERS

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[incubator-opendal] 01/01: chore: Add CODEOWNERS

Posted by xu...@apache.org.
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 <gi...@xuanwo.io>
AuthorDate: Fri Mar 31 12:19:38 2023 +0800

    chore: Add CODEOWNERS
    
    Signed-off-by: Xuanwo <gi...@xuanwo.io>
---
 .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