Skip to content

Commit

Permalink
ci(codeowner): change codeowner classificatioin (#2761)
Browse files Browse the repository at this point in the history
  • Loading branch information
zoomchan-cxj authored Dec 8, 2022
1 parent b8ea433 commit 394ed36
Showing 1 changed file with 45 additions and 45 deletions.
90 changes: 45 additions & 45 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -8,65 +8,65 @@
# https://help.github.com/en/articles/about-code-owners
#

* @ilikethese @churchill-zhang @zoomchan-cxj @siguangli @ozonelmy @medns
# universal files
* @zoomchan-cxj

*.js @zoomchan-cxj
*.ts @zoomchan-cxj
*.java @siguangli
*.cc @churchill-zhang @ilikethese @medns
*.h @ozonelmy
*.m @ozonelmy
*.mm @ozonelmy
# driver: js
/.eslintignore @zoomchan-cxj
/.eslintrc.js @zoomchan-cxj
/.nycrc @zoomchan-cxj
/ava.config.js @zoomchan-cxj
/core/ @churchill-zhang
/core/js/ @zoomchan-cxj
/packages/ @zoomchan-cxj

CMakeLists.txt @medns
*.cmake @medns
# framework: android
/android/ @siguangli

# framework: ios
/ios/ @ozonelmy

# ci, build & doc related
# dom: layout
/layout/ @ilikethese

# gh: workflow/template/owner etc.
/.github/ @zoomchan-cxj
/.gitattributes @zoomchan-cxj
/.husky/ @zoomchan-cxj
/.github/workflows/ @zoomchan-cxj
/.github/ISSUE_TEMPLATE/ @zoomchan-cxj
/.github/PULL_REQUEST_TEMPLATE.md @zoomchan-cxj
/.github/CODEOWNERS @zoomchan-cxj
/docker/ @medns
/buildconfig/ @medns
/docs/ @zoomchan-cxj
/.editorconfig @zoomchan-cxj
/.gitignore @zoomchan-cxj
/.markdownlintrc.json @zoomchan-cxj

# core related
/core/ @churchill-zhang
/core/js/ @zoomchan-cxj
# doc: example
/examples/ @zoomchan-cxj
/examples/hippy-*-demo/ @zoomchan-cxj
/examples/android-demo/ @siguangli
/examples/android-demo/res/ @zoomchan-cxj
/examples/ios-demo/ @ozonelmy
/examples/ios-demo/res/ @zoomchan-cxj

# android related
/android/ @siguangli
/gradle/ @siguangli
# doc: pages
/*.md @zoomchan-cxj
/docs/ @zoomchan-cxj

# build: gradle
/gradle.properties @siguangli
/gradlew @siguangli
/gradlew.bat @siguangli
/setting.gradle @siguangli
/build.gradle @siguangli
/gradle/ @siguangli

# iOS related
/ios/ @ozonelmy
/hippy.podspec @ozonelmy
# build: xcode
/hippy.podspec
/Hippy.xcworkspace/ @ozonelmy

# examples related
/examples/android-demo/ @siguangli
/examples/android-demo/res/ @zoomchan-cxj
/examples/ios-demo/ @ozonelmy
/examples/ios-demo/res/ @zoomchan-cxj
/examples/hippy-*-demo/ @zoomchan-cxj

# layout related
/layout/ @ilikethese @churchill-zhang
# build: cmake
/buildconfig/ @medns
/buildconfig/cmake/ @medns

# js sdk related
/packages/ @zoomchan-cxj
/scripts/ @zoomchan-cxj
# build: js
/tsdoc.json @zoomchan-cxj
/tsconfig.json @zoomchan-cxj
/package.json @zoomchan-cxj
/package-lock.json @zoomchan-cxj
/.eslintignore @zoomchan-cxj
/.nycrc @zoomchan-cxj
/lerna.json @zoomchan-cxj


/scripts/ @zoomchan-cxj

0 comments on commit 394ed36

Please sign in to comment.