chore: add leading slash for paths in codeowners
This commit is contained in:
parent
3b59f1440b
commit
78fc9ff64e
|
@ -1,43 +1,43 @@
|
||||||
## MQTT & Core
|
## MQTT & Core
|
||||||
src/ @qzhuyan
|
/src/ @qzhuyan
|
||||||
include/ @qzhuyan
|
/include/ @qzhuyan
|
||||||
etc/ @qzhuyan
|
/etc/ @qzhuyan
|
||||||
test/ @qzhuyan
|
/test/ @qzhuyan
|
||||||
|
|
||||||
## CI
|
## CI
|
||||||
.github/ @id
|
/.github/ @id
|
||||||
.ci/ @id
|
/.ci/ @id
|
||||||
scripts/ @id
|
/scripts/ @id
|
||||||
build @id
|
/build @id
|
||||||
deploy/ @id
|
/deploy/ @id
|
||||||
|
|
||||||
## Authenticatio & ACL
|
## Authenticatio & 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
|
||||||
apps/emqx_sasl/ @savonarola
|
/apps/emqx_sasl/ @savonarola
|
||||||
|
|
||||||
## Gateway
|
## Gateway
|
||||||
apps/emqx_coap/ @HJianBo
|
/apps/emqx_coap/ @HJianBo
|
||||||
apps/emqx_exhook/ @HJianBo
|
/apps/emqx_exhook/ @HJianBo
|
||||||
apps/emqx_exproto/ @HJianBo
|
/apps/emqx_exproto/ @HJianBo
|
||||||
apps/emqx_lua_hook/ @HJianBo
|
/apps/emqx_lua_hook/ @HJianBo
|
||||||
apps/emqx_lwm2m/ @HJianBo
|
/apps/emqx_lwm2m/ @HJianBo
|
||||||
|
|
||||||
## OPs
|
## OPs
|
||||||
apps/emqx_management/ @zhongwencool
|
/apps/emqx_management/ @zhongwencool
|
||||||
apps/emqx_recon/ @zhongwencool
|
/apps/emqx_recon/ @zhongwencool
|
||||||
apps/emqx_plugin_libs/ @zhongwencool
|
/apps/emqx_plugin_libs/ @zhongwencool
|
||||||
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
|
## External Plugins
|
||||||
lib-extra/ @zmstone
|
/lib-extra/ @zmstone
|
||||||
|
|
||||||
## Default
|
## Default
|
||||||
* @zmstone
|
* @zmstone
|
||||||
|
|
Loading…
Reference in New Issue