From bfd96bbbcdb203c6c6494637b009c75b8742936c Mon Sep 17 00:00:00 2001 From: Sergii Kabashniuk Date: Tue, 10 Jul 2018 09:50:15 +0300 Subject: [PATCH] Tune a list of owners for infrastructure and multi-user modules (#10310) Introduce one more owner for infrastructure and multiuser modules --- .github/CODEOWNERS | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 28dd0cee1e..b7fcd51dcf 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -21,7 +21,10 @@ assembly/** @riuvshin @skabashnyuk core/** @skabashnyuk # workspace runtime infrastructure implementations -infrastructures/** @garagatyi +infrastructures/** @garagatyi @sleshchenko + +# multiuser che +multiuser/** @skabashnyuk # plugins plugins/plugin*debugger/** @tolusha