From 9879c7cd7dbac0f5db3eb766d04cb95a7eeeff3d Mon Sep 17 00:00:00 2001 From: Gallardot Date: Tue, 2 Jul 2024 18:35:48 +0800 Subject: [PATCH] [Chore] add codeowner to help review k8s,meter,registry,helm, etc. #16259 Signed-off-by: Gallardot --- .github/CODEOWNERS | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index bbcc652f7d..b7ebace1b2 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -17,6 +17,7 @@ /.github/ @SbloodyS /deploy/ @SbloodyS +/deploy/kubernetes/ @Gallardot /dolphinscheduler-alert/ @SbloodyS /dolphinscheduler-api/ @caishunfeng @SbloodyS /dolphinscheduler-api-test/ @SbloodyS @@ -31,15 +32,15 @@ /dolphinscheduler-e2e/ @SbloodyS /dolphinscheduler-extract/ @ruanwenjun /dolphinscheduler-master/ @caishunfeng @SbloodyS @ruanwenjun -/dolphinscheduler-meter/ @ruanwenjun @EricGao888 +/dolphinscheduler-meter/ @ruanwenjun @EricGao888 @Gallardot /dolphinscheduler-microbench/ @SbloodyS @ruanwenjun -/dolphinscheduler-registry/ @ruanwenjun +/dolphinscheduler-registry/ @ruanwenjun @Gallardot /dolphinscheduler-scheduler-plugin/ @ruanwenjun /dolphinscheduler-service/ @caishunfeng /dolphinscheduler-spi/ @caishunfeng /dolphinscheduler-standalone-server/ @SbloodyS /dolphinscheduler-storage-plugin/ @ruanwenjun @SbloodyS -/dolphinscheduler-task-plugin/ @caishunfeng @SbloodyS @zhuangchong +/dolphinscheduler-task-plugin/ @caishunfeng @SbloodyS @zhuangchong @Gallardot /dolphinscheduler-tools/ @caishunfeng @SbloodyS @EricGao888 /dolphinscheduler-ui/ @songjianet @Amy0104 /dolphinscheduler-worker/ @caishunfeng @SbloodyS @ruanwenjun