Sfoglia il codice sorgente

[CI] Add some codeowner (#10385)

* add some codeowner

* add some codeowner
xiangzihao 2 anni fa
parent
commit
997f0d4bfd
1 ha cambiato i file con 9 aggiunte e 1 eliminazioni
  1. 9 1
      .github/CODEOWNERS

+ 9 - 1
.github/CODEOWNERS

@@ -16,6 +16,7 @@
 #
 
 /.github/ @kezhenxu94 @SbloodyS
+/deploy/ @kezhenxu94 @caishunfeng
 /dolphinscheduler-alert/ @kezhenxu94 @caishunfeng
 /dolphinscheduler-e2e/ @kezhenxu94 @SbloodyS
 /dolphinscheduler-registry/ @kezhenxu94 @caishunfeng
@@ -24,6 +25,10 @@
 /dolphinscheduler-common/ @caishunfeng
 /dolphinscheduler-standalone-server/ @kezhenxu94 @caishunfeng
 /dolphinscheduler-log-server/ @caishunfeng
+/dolphinscheduler-datasource-plugin/ @caishunfeng
+/dolphinscheduler-dist/ @kezhenxu94 @caishunfeng
+/dolphinscheduler-meter/ @caishunfeng @kezhenxu94
+/dolphinscheduler-scheduler-plugin/ @caishunfeng
 /dolphinscheduler-master/ @caishunfeng @SbloodyS
 /dolphinscheduler-worker/ @caishunfeng @SbloodyS
 /dolphinscheduler-server/ @caishunfeng
@@ -34,8 +39,11 @@
 /dolphinscheduler-tools/ @caishunfeng @SbloodyS @zhongjiajie
 /script/ @caishunfeng @SbloodyS @zhongjiajie
 /dolphinscheduler-python/ @zhongjiajie
-/dolphinscheduler-ui/ @songjianet
+/dolphinscheduler-ui/ @songjianet @Amy0104
 /docs/ @zhongjiajie @Tianqi-Dotes
+/licenses/ @kezhenxu94 @zhongjiajie
+/images/ @zhongjiajie @Tianqi-Dotes
+/style/ @caishunfeng
 
 # All pom files
 pom.xml @kezhenxu94