From 0481e9dd626899d07f6b2d8b082ae1f2997ec311 Mon Sep 17 00:00:00 2001 From: AlonsoMondal <80124074+AlonsoMondal@users.noreply.github.com> Date: Fri, 1 Oct 2021 11:34:27 -0600 Subject: [PATCH] updating codeowners for azure communication services SMS & PhoneNumbers (#20942) * updating codeowners for azure communication services SMS & PhoneNumbers * adding '/' to directories --- .github/CODEOWNERS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 784855f89a95..6dc495c82d27 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -39,6 +39,8 @@ # PRLabel: %Communication /sdk/communication/ @acsdevx-msft +/sdk/communication/azure-communication-phonenumbers/ @RoyHerrod @danielav7 @whisper6284 @AlonsoMondal +/sdk/communication/azure-communication-sms/ @RoyHerrod @arifibrahim4 # PRLabel: %KeyVault /sdk/keyvault/ @schaabs @chlowell @mccoyp @YalinLi0312