From f171c11f32409afea1c5311d7058e3228ec619f0 Mon Sep 17 00:00:00 2001 From: stevengum <14935595+stevengum@users.noreply.github.com> Date: Mon, 31 Aug 2020 10:45:20 -0700 Subject: [PATCH] add specific owners for TestBot.Json & TestProtocol --- .github/CODEOWNERS | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index bef7104e1b..3eb6a8a2a0 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -19,6 +19,10 @@ /tests/Microsoft.Bot.Builder.TestBot*/** @gabog @mrivera-ms /build/** @microsoft/bb-dotnet +# Specific Test Projects +/tests/Microsoft.Bot.Builder.TestBot.Json/** @chrimc62 @tomlm @microsoft/bf-adaptive +/tests/Microsoft.Bot.Builder.TestProtocol/** @gabog @microsoft/bf-skills + # Adapters /libraries/Adapters/** @garypretty /tests/Adapters/** @garypretty