Skip to content

Commit

Permalink
chore(workflow): update code owner (#3455)
Browse files Browse the repository at this point in the history
  • Loading branch information
wwwcg authored Aug 25, 2023
1 parent 219e4a4 commit 2b0fe53
Showing 1 changed file with 21 additions and 21 deletions.
42 changes: 21 additions & 21 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@ CMakeLists.txt @ilikethese @etkmao
/driver/vl/ @ilikethese @etkmao

# framework: android
/framework/android/ @siguangli
/framework/android/ @siguangli @iPel
/framework/android/**/src/main/cpp/ @etkmao @ilikethese

# framework: ios
/framework/ios/ @ozonelmy
/framework/ios/ @ozonelmy @wwwcg

# framework: voltron
/framework/voltron/ @lvfen @skindhu
Expand All @@ -47,34 +47,34 @@ CMakeLists.txt @ilikethese @etkmao
/dom/ @etkmao @ilikethese

# renderer: native
/renderer/native/android/ @siguangli
/renderer/native/ios/ @ozonelmy
/renderer/native/android/ @siguangli @iPel
/renderer/native/ios/ @ozonelmy @wwwcg

# renderer: tdf
/renderer/tdf/ @vimerzhao
/renderer/tdf/android/ @siguangli
/renderer/tdf/android/ @siguangli @iPel
/renderer/tdf/android/**/src/main/cpp/ @ilikethese @etkmao
/renderer/tdf/ios/ @ozonelmy
/renderer/tdf/ios/ @ozonelmy @wwwcg

# renderer: voltron
/renderer/voltron/ @lvfen @skindhu

# module: vfs
/modules/vfs/ @etkmao @ilikethese
/modules/vfs/android/ @siguangli
/modules/vfs/android/ @siguangli @iPel
/modules/vfs/android/**/src/main/cpp/ @etkmao @ilikethese
/modules/vfs/ios/ @ozonelmy
/modules/vfs/ios/ @ozonelmy @wwwcg
/modules/vfs/voltron/ @lvfen @skindhu

# module: voltron
/modules/voltron/ @lvfen @skindhu

# module: android
/modules/android/ @siguangli
/modules/android/ @siguangli @iPel
/modules/android/jni/ @etkmao @ilikethese

# module: ios
/modules/ios/ @ozonelmy
/modules/ios/ @ozonelmy @wwwcg

# module: footstone
/modules/footstone/ @etkmao @ilikethese
Expand All @@ -86,27 +86,27 @@ CMakeLists.txt @ilikethese @etkmao
/.github/ @zealotchen0

# doc: example
/framework/examples/android-demo/ @siguangli
/framework/examples/android-demo/ @siguangli @iPel
/framework/examples/android-demo/res/ @zealotchen0
/framework/examples/ios-demo/ @ozonelmy
/framework/examples/ios-demo/ @ozonelmy @wwwcg
/framework/examples/ios-demo/res/ @zealotchen0

# doc: pages
/*.md @zealotchen0
/docs/ @zealotchen0

# build: gradle
/gradle.properties @siguangli
/gradlew @siguangli
/gradlew.bat @siguangli
/settings.gradle @siguangli
/build.gradle @siguangli
/gradle/ @siguangli
/gradle.properties @siguangli @iPel
/gradlew @siguangli @iPel
/gradlew.bat @siguangli @iPel
/settings.gradle @siguangli @iPel
/build.gradle @siguangli @iPel
/gradle/ @siguangli @iPel

# build: xcode
/HippySDK.xcworkspace/ @ozonelmy
/hippy.podspec @ozonelmy
/xcodeinitscript.sh @ozonelmy
/HippySDK.xcworkspace/ @ozonelmy @wwwcg
/hippy.podspec @ozonelmy @wwwcg
/xcodeinitscript.sh @ozonelmy @wwwcg

# build: config
/buildconfig/ @ilikethese @etkmao
Expand Down

0 comments on commit 2b0fe53

Please sign in to comment.