You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by ch...@apache.org on 2023/07/06 07:00:46 UTC

[dolphinscheduler] branch dev updated: Remove code owner (#14461)

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

chufenggao 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 61ec5e33b1 Remove code owner (#14461)
61ec5e33b1 is described below

commit 61ec5e33b1fa5d6eace9a969b3ebc6d90151a695
Author: kezhenxu94 <ke...@apache.org>
AuthorDate: Thu Jul 6 15:00:39 2023 +0800

    Remove code owner (#14461)
---
 .github/CODEOWNERS | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index f92f0076e9..51a16bd694 100644
--- a/.github/CODEOWNERS
+++ b/.github/CODEOWNERS
@@ -15,19 +15,19 @@
 # limitations under the License.
 #
 
-/.github/ @kezhenxu94 @SbloodyS
-/deploy/ @kezhenxu94 @caishunfeng
-/dolphinscheduler-alert/ @kezhenxu94 @caishunfeng
-/dolphinscheduler-e2e/ @kezhenxu94 @SbloodyS
+/.github/ @SbloodyS
+/deploy/ @caishunfeng
+/dolphinscheduler-alert/ @caishunfeng
+/dolphinscheduler-e2e/ @SbloodyS
 /dolphinscheduler-api-test/ @SbloodyS
-/dolphinscheduler-registry/ @kezhenxu94 @caishunfeng @ruanwenjun
+/dolphinscheduler-registry/ @caishunfeng @ruanwenjun
 /dolphinscheduler-api/ @caishunfeng @SbloodyS
 /dolphinscheduler-dao/ @caishunfeng @SbloodyS
 /dolphinscheduler-dao/src/main/resources/sql/ @zhongjiajie
 /dolphinscheduler-common/ @caishunfeng
-/dolphinscheduler-standalone-server/ @kezhenxu94 @caishunfeng
+/dolphinscheduler-standalone-server/ @caishunfeng
 /dolphinscheduler-datasource-plugin/ @caishunfeng
-/dolphinscheduler-dist/ @kezhenxu94 @caishunfeng
+/dolphinscheduler-dist/ @caishunfeng
 /dolphinscheduler-meter/ @caishunfeng @kezhenxu94 @ruanwenjun @EricGao888
 /dolphinscheduler-scheduler-plugin/ @caishunfeng
 /dolphinscheduler-master/ @caishunfeng @SbloodyS @ruanwenjun