From 3b59a7d921127a97ec9f15dd5db065c63a9d375b Mon Sep 17 00:00:00 2001 From: etkmao Date: Thu, 2 Jan 2025 14:36:48 +0800 Subject: [PATCH] fix(core): fix code owner file (#4163) --- .github/CODEOWNERS | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index fa181119ca9..c8c211c9e97 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -9,14 +9,14 @@ # # universal files -* @ilikethese @etkmao +* @etkmao # cmake related -*.cmake @ilikethese @etkmao -CMakeLists.txt @ilikethese @etkmao +*.cmake @etkmao +CMakeLists.txt @etkmao # driver: js -/driver/js/ @etkmao @ilikethese +/driver/js/ @etkmao /driver/js/*.js @zealotchen0 /driver/js/.eslintignore @zealotchen0 /driver/js/.eslintrc.js @zealotchen0 @@ -31,11 +31,11 @@ CMakeLists.txt @ilikethese @etkmao /driver/js/packages/ @zealotchen0 # driver: vl: -/driver/vl/ @ilikethese @etkmao +/driver/vl/ @etkmao # framework: android /framework/android/ @siguangli @iPel -/framework/android/**/src/main/cpp/ @etkmao @ilikethese +/framework/android/**/src/main/cpp/ @etkmao # framework: ios /framework/ios/ @wwwcg @ruifanyuan @@ -44,7 +44,7 @@ CMakeLists.txt @ilikethese @etkmao /framework/voltron/ @lvfen @henryjin0511 # dom: others -/dom/ @etkmao @ilikethese +/dom/ @etkmao # renderer: native /renderer/native/android/ @siguangli @iPel @@ -53,16 +53,16 @@ CMakeLists.txt @ilikethese @etkmao # renderer: tdf /renderer/tdf/ @vimerzhao /renderer/tdf/android/ @siguangli @iPel -/renderer/tdf/android/**/src/main/cpp/ @ilikethese @etkmao +/renderer/tdf/android/**/src/main/cpp/ @etkmao /renderer/tdf/ios/ @wwwcg @ruifanyuan # renderer: voltron /renderer/voltron/ @lvfen @henryjin0511 # module: vfs -/modules/vfs/ @etkmao @ilikethese +/modules/vfs/ @etkmao /modules/vfs/android/ @siguangli @iPel -/modules/vfs/android/**/src/main/cpp/ @etkmao @ilikethese +/modules/vfs/android/**/src/main/cpp/ @etkmao /modules/vfs/ios/ @wwwcg @ruifanyuan /modules/vfs/voltron/ @lvfen @henryjin0511 @@ -71,13 +71,13 @@ CMakeLists.txt @ilikethese @etkmao # module: android /modules/android/ @siguangli @iPel -/modules/android/jni/ @etkmao @ilikethese +/modules/android/jni/ @etkmao # module: ios /modules/ios/ @wwwcg @ruifanyuan # module: footstone -/modules/footstone/ @etkmao @ilikethese +/modules/footstone/ @etkmao # devtools: backend /devtools/ @lavnFan @@ -110,7 +110,7 @@ CMakeLists.txt @ilikethese @etkmao /xcodeinitscript.sh @wwwcg @ruifanyuan # build: config -/buildconfig/ @ilikethese @etkmao +/buildconfig/ @etkmao # build: ci /package.json @zealotchen0