Merge pull request #9775 from id/chore-update-codeowners

chore: update codeowners
This commit is contained in:
Ivan Dyachkov 2023-01-18 09:37:44 +01:00 committed by GitHub
commit aeaf6ada2c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 13 deletions

22
.github/CODEOWNERS vendored
View File

@ -1,3 +1,6 @@
## Default
* @emqx/emqx-review-board
## MQTT & Core ## MQTT & Core
/src/ @qzhuyan /src/ @qzhuyan
/include/ @qzhuyan /include/ @qzhuyan
@ -5,13 +8,13 @@
/test/ @qzhuyan /test/ @qzhuyan
## CI ## CI
/.github/ @id /.github/ @emqx/emqx-review-board @id
/.ci/ @id /.ci/ @emqx/emqx-review-board @id
/scripts/ @id /scripts/ @emqx/emqx-review-board @id
/build @id /build @emqx/emqx-review-board @id
/deploy/ @id /deploy/ @emqx/emqx-review-board @id
## Authenticatio & ACL ## Authentication & ACL
/apps/emqx_auth_*/ @savonarola /apps/emqx_auth_*/ @savonarola
/apps/emqx_psk_file/ @savonarola /apps/emqx_psk_file/ @savonarola
/apps/emqx_retainer/ @savonarola /apps/emqx_retainer/ @savonarola
@ -31,13 +34,6 @@
/apps/emqx_prometheus/ @zhongwencool /apps/emqx_prometheus/ @zhongwencool
/apps/emqx_recon/ @zhongwencool /apps/emqx_recon/ @zhongwencool
## Data integration ## Data integration
/apps/emqx_rule_engine/ @thalesmg /apps/emqx_rule_engine/ @thalesmg
/apps/emqx_web_hook/ @thalesmg /apps/emqx_web_hook/ @thalesmg
## External Plugins
/lib-extra/ @zmstone
## Default
* @zmstone