From fc3ee11622feb2ab01e327d96542fb39a3c2a126 Mon Sep 17 00:00:00 2001 From: Ahson Khan Date: Fri, 9 Oct 2020 15:34:52 -0700 Subject: [PATCH] Update code owners to better manage default notifications. (#728) --- .github/CODEOWNERS | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index aa67da304..3faa8fdaa 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -6,18 +6,18 @@ ########### # Catch all for non-code project files and unowned files | folders -* @rickwinter @joshfree -/sdk/ @rickwinter @joshfree +* @ahsonkhan @rickwinter @joshfree +/sdk/ @ahsonkhan @rickwinter @joshfree # Samples -/samples/ @rickwinter -/sdk/samples/ @rickwinter +/samples/ @ahsonkhan @rickwinter +/sdk/samples/ @ahsonkhan @rickwinter # Azure::Core /sdk/core/ @ahsonkhan @antkmsft @rickwinter @vhvb1989 # Service teams -/sdk/storage/ @vinjiang @katmsft @JinmingHu-MSFT @ahsonkhan @antkmsft @rickwinter @vhvb1989 +/sdk/storage/ @vinjiang @katmsft @JinmingHu-MSFT @antkmsft @rickwinter @vhvb1989 ########### # Eng Sys