From fc6052fe8d836a98abcab47dd68c763831ade047 Mon Sep 17 00:00:00 2001 From: Ivan Dyachkov Date: Mon, 16 Jan 2023 10:44:12 +0100 Subject: [PATCH] chore: update codeowners - set @emqx/emqx-review-board as default reviewer - move default to the top according to specification - remove @zmstone as reviewer for lib-extra --- .github/CODEOWNERS | 22 +++++++++------------- 1 file changed, 9 insertions(+), 13 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index e2631f3ac..ff4dcf632 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,3 +1,6 @@ +## Default +* @emqx/emqx-review-board + ## MQTT & Core /src/ @qzhuyan /include/ @qzhuyan @@ -5,13 +8,13 @@ /test/ @qzhuyan ## CI -/.github/ @id -/.ci/ @id -/scripts/ @id -/build @id -/deploy/ @id +/.github/ @emqx/emqx-review-board @id +/.ci/ @emqx/emqx-review-board @id +/scripts/ @emqx/emqx-review-board @id +/build @emqx/emqx-review-board @id +/deploy/ @emqx/emqx-review-board @id -## Authenticatio & ACL +## Authentication & ACL /apps/emqx_auth_*/ @savonarola /apps/emqx_psk_file/ @savonarola /apps/emqx_retainer/ @savonarola @@ -31,13 +34,6 @@ /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