Skip to content

Commit

Permalink
ci(codeowner): change CODEOWNERS classification (Tencent#2799)
Browse files Browse the repository at this point in the history
  • Loading branch information
medns authored and pba-cra committed Feb 1, 2023
1 parent 3a14308 commit 06ecb45
Showing 1 changed file with 11 additions and 8 deletions.
19 changes: 11 additions & 8 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@
# universal files
* @zoomchan-cxj

# cmake related
*.cmake @medns
CMakeLists.txt @medns

# driver: js
/.eslintignore @zoomchan-cxj
/.eslintrc.js @zoomchan-cxj
Expand All @@ -22,20 +26,16 @@

# framework: android
/android/ @siguangli
/android/**/src/main/jni/ @churchill-zhang

# framework: ios
/ios/ @ozonelmy

# dom: layout
/layout/ @ilikethese

# gh: workflow/template/owner etc.
# gh: config
/.github/ @zoomchan-cxj
/.github/workflows/ @zoomchan-cxj
/.github/ISSUE_TEMPLATE/ @zoomchan-cxj
/.github/PULL_REQUEST_TEMPLATE.md @zoomchan-cxj
/.github/CODEOWNERS @zoomchan-cxj
/docker/ @medns

# doc: example
/examples/ @zoomchan-cxj
Expand All @@ -44,6 +44,7 @@
/examples/android-demo/res/ @zoomchan-cxj
/examples/ios-demo/ @ozonelmy
/examples/ios-demo/res/ @zoomchan-cxj
/static/ @zoomchan-cxj

# doc: pages
/*.md @zoomchan-cxj
Expand All @@ -61,12 +62,14 @@
/hippy.podspec
/Hippy.xcworkspace/ @ozonelmy

# build: cmake
# build: config
/buildconfig/ @medns
/buildconfig/cmake/ @medns

# build: js
/tsdoc.json @zoomchan-cxj
/tsconfig.json @zoomchan-cxj
/lerna.json @zoomchan-cxj
/scripts/ @zoomchan-cxj

# build: docker
/docker/ @medns

0 comments on commit 06ecb45

Please sign in to comment.