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 331b4a90b ci: Add new Python binding reviewer (#3560)
331b4a90b is described below
commit 331b4a90ba71ff1aa5dc73e63aaeb6e8a4cc92ea
Author: Nadeshiko Manju <[email protected]>
AuthorDate: Fri Nov 10 22:45:53 2023 +0800
ci: Add new Python binding reviewer (#3560)
---
.github/CODEOWNERS | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index 5ce90e919..57cae2979 100644
--- a/.github/CODEOWNERS
+++ b/.github/CODEOWNERS
@@ -6,5 +6,5 @@
/bindings/java/ @tisonkun
/bindings/lua/ @oowl
/bindings/nodejs/ @suyanhanx
-/bindings/python/ @messense
+/bindings/python/ @messense @Zheaoli
/bindings/ruby/ @PsiACE