From c69cbe93f643188aa6c0b8da2c64cd655f4c9d86 Mon Sep 17 00:00:00 2001 From: Jay Chung Date: Thu, 29 Feb 2024 18:09:52 +0800 Subject: [PATCH 1/2] chore: modify some CODEOWNERS --- .github/CODEOWNERS | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index b82253d7aa9a..af3afda1e789 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -23,7 +23,7 @@ /dolphinscheduler-registry/ @caishunfeng @ruanwenjun /dolphinscheduler-api/ @caishunfeng @SbloodyS /dolphinscheduler-dao/ @caishunfeng @SbloodyS -/dolphinscheduler-dao/src/main/resources/sql/ @zhongjiajie +/dolphinscheduler-dao/src/main/resources/sql/ /dolphinscheduler-common/ @caishunfeng /dolphinscheduler-standalone-server/ @caishunfeng /dolphinscheduler-datasource-plugin/ @caishunfeng @@ -36,10 +36,10 @@ /dolphinscheduler-extract/ @caishunfeng @ruanwenjun /dolphinscheduler-spi/ @caishunfeng /dolphinscheduler-task-plugin/ @caishunfeng @SbloodyS @zhuangchong -/dolphinscheduler-tools/ @caishunfeng @SbloodyS @zhongjiajie @EricGao888 -/script/ @caishunfeng @SbloodyS @zhongjiajie @EricGao888 +/dolphinscheduler-tools/ @caishunfeng @SbloodyS @EricGao888 +/script/ @caishunfeng @SbloodyS @EricGao888 /dolphinscheduler-ui/ @songjianet @Amy0104 -/docs/ @zhongjiajie @EricGao888 -/licenses/ @zhongjiajie -/images/ @zhongjiajie @EricGao888 +/docs/ @EricGao888 +/licenses/ +/images/ @EricGao888 /style/ @caishunfeng From 1c130c00194e41484fc0cf92fe8652d0804182d9 Mon Sep 17 00:00:00 2001 From: Jay Chung Date: Fri, 1 Mar 2024 15:46:04 +0800 Subject: [PATCH 2/2] Add Eric as code owner for some dirs --- .github/CODEOWNERS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index af3afda1e789..e4d5c7dc75fe 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -23,7 +23,7 @@ /dolphinscheduler-registry/ @caishunfeng @ruanwenjun /dolphinscheduler-api/ @caishunfeng @SbloodyS /dolphinscheduler-dao/ @caishunfeng @SbloodyS -/dolphinscheduler-dao/src/main/resources/sql/ +/dolphinscheduler-dao/src/main/resources/sql/ @EricGao888 /dolphinscheduler-common/ @caishunfeng /dolphinscheduler-standalone-server/ @caishunfeng /dolphinscheduler-datasource-plugin/ @caishunfeng @@ -40,6 +40,6 @@ /script/ @caishunfeng @SbloodyS @EricGao888 /dolphinscheduler-ui/ @songjianet @Amy0104 /docs/ @EricGao888 -/licenses/ +/licenses/ @EricGao888 /images/ @EricGao888 /style/ @caishunfeng