Merge pull request #9165 from zmstone/1017-add-code-owners

chore: add code-owners
This commit is contained in:
Zaiming (Stone) Shi 2022-10-18 12:32:19 +02:00 committed by GitHub
commit e607826b44
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 43 additions and 0 deletions

43
.github/CODEOWNERS vendored Normal file
View File

@ -0,0 +1,43 @@
## MQTT & Core
src/ @qzhuyan
include/ @qzhuyan
etc/ @qzhuyan
test/ @qzhuyan
## CI
.github/ @id
.ci/ @id
scripts/ @id
build @id
deploy/ @id
## Authenticatio & ACL
apps/emqx_auth_*/ @savonarola
apps/emqx_psk_file/ @savonarola
apps/emqx_retainer/ @savonarola
apps/emqx_sasl/ @savonarola
## Gateway
apps/emqx_coap/ @HJianBo
apps/emqx_exhook/ @HJianBo
apps/emqx_exproto/ @HJianBo
apps/emqx_lua_hook/ @HJianBo
apps/emqx_lwm2m/ @HJianBo
## OPs
apps/emqx_management/ @zhongwencool
apps/emqx_recon/ @zhongwencool
apps/emqx_plugin_libs/ @zhongwencool
apps/emqx_prometheus/ @zhongwencool
apps/emqx_recon/ @zhongwencool
## Data integration
apps/emqx_rule_engine/ @thalesmg
apps/emqx_web_hook/ @thalesmg
## External Plugins
lib-extra/ @zmstone
## Default
* @zmstone