Sfoglia il codice sorgente

[ci] Correct CODEOWNERS and add new pom.xml owner (#9954)

Jiajie Zhong 3 anni fa
parent
commit
1efa2c7b18
1 ha cambiato i file con 9 aggiunte e 6 eliminazioni
  1. 9 6
      .github/CODEOWNERS

+ 9 - 6
.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