You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by ke...@apache.org on 2022/05/09 12:19:56 UTC

[dolphinscheduler] branch dev updated: [ci] Correct CODEOWNERS and add new pom.xml owner (#9954)

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

kezhenxu94 pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler.git


The following commit(s) were added to refs/heads/dev by this push:
     new 1efa2c7b18 [ci] Correct CODEOWNERS and add new pom.xml owner (#9954)
1efa2c7b18 is described below

commit 1efa2c7b1802feff2eb81dedaf55015b37c33357
Author: Jiajie Zhong <zh...@hotmail.com>
AuthorDate: Mon May 9 20:19:49 2022 +0800

    [ci] Correct CODEOWNERS and add new pom.xml owner (#9954)
---
 .github/CODEOWNERS | 15 +++++++++------
 1 file changed, 9 insertions(+), 6 deletions(-)

diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index 02ffa5b6e1..891ef3a1d1 100644
--- a/.github/CODEOWNERS
+++ b/.github/CODEOWNERS
@@ -15,9 +15,12 @@
 # limitations under the License.
 #
 
-dolphinscheduler/dolphinscheduler-alert @kezhenxu94
-dolphinscheduler/dolphinscheduler-e2e @kezhenxu94
-dolphinscheduler/dolphinscheduler-registry @kezhenxu94
-dolphinscheduler/dolphinscheduler-standalone-server @kezhenxu94
-dolphinscheduler/dolphinscheduler-python @zhongjiajie
-dolphinscheduler/docs @zhongjiajie @Tianqi-Dotes
+/dolphinscheduler-alert/ @kezhenxu94
+/dolphinscheduler-e2e/ @kezhenxu94
+/dolphinscheduler-registry/ @kezhenxu94
+/dolphinscheduler-standalone-server/ @kezhenxu94
+/dolphinscheduler-python/ @zhongjiajie
+/docs/ @zhongjiajie @Tianqi-Dotes
+
+# All pom files
+pom.xml @kezhenxu94