This is an automated email from the ASF dual-hosted git repository. manjusaka pushed a commit to branch manjusaka/add-reviwer in repository https://gitbox.apache.org/repos/asf/incubator-opendal.git
commit 1d5f2e5db119f6dd7fdc0c8f701cf05a567ab620 Author: Manjusaka <[email protected]> AuthorDate: Fri Nov 10 22:16:58 2023 +0800 ci: Add new Python binding reviewer Signed-off-by: Manjusaka <[email protected]> --- .github/CODEOWNERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 5ce90e919..fd9ab4b72 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
