From 55fda6ffcd96f93b835835334b28c602396dd25b Mon Sep 17 00:00:00 2001 From: Alex Ghiondea Date: Fri, 6 Nov 2020 11:41:13 -0800 Subject: [PATCH] Update code owners file (#16657) * Moving the section to the end of the file as the order of processing rules is based on the file order. * Temporary fix to remove xgithubtriage as an entry for the 'storage' folder. The xgithubtriage team will be notified by incoming issues but should not be added as a PR reviewer. --- .github/CODEOWNERS | 40 +++++++++++++++++++--------------------- 1 file changed, 19 insertions(+), 21 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 2b6fbf41baeb..53117a05a1cc 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -25,26 +25,6 @@ # Smoke tests /common/SmokeTests/ @AlexGhiondea @schaabs @heaths @tg-msft @jsquire - -# ######## Management Plane ######## - -/**/*Management*/ @allenjzhang @m-nash @markcowl @YalinLi0312 @bquantump @nisha-bhatia -/**/Azure.ResourceManager*/ @allenjzhang @m-nash @markcowl @YalinLi0312 @bquantump @nisha-bhatia - -# Reviewers to double check any API changes -/sdk/**/api/ @KrzysztofCwalina @tg-msft - -# Update AutoRest C# -/eng/CodeGeneration.targets @pakrym @ShivangiReja - - -# ######## Eng Sys ######## -/eng/ @weshaggard @chidozieononiwu @mitchdenny @danieljurek -/eng/mgmt/ @allenjzhang @m-nash @markcowl -/**/tests.yml @danieljurek -/**/ci.yml @mitchdenny - - # ######## Services ######## # ServiceLabel: %AAD %Service Attention @@ -560,7 +540,7 @@ sdk/trafficmanager/Microsoft.Azure.Management.TrafficManager/ @tmsupp /sdk/storage/Microsoft.Azure.WebJobs.*/ @amishra-dev @seanmcc-msft @amnguye @kasobol-msft @tg-msft @fabiocav @mathewc # ServiceLabel: %Storage %Service Attention -/sdk/storage/ @xgithubtriage +#// @xgithubtriage # ServiceLabel: %Storsimple %Service Attention /sdk/storsimple/Microsoft.Azure.Management.StorSimple/ @anoobbacker @ganzee @manuaery @patelkunal @@ -594,3 +574,21 @@ sdk/trafficmanager/Microsoft.Azure.Management.TrafficManager/ @tmsupp # ServiceLabel: %Web Apps %Service Attention #// @AzureAppServiceCLI @antcp + +# ######## Management Plane ######## + +/**/*Management*/ @allenjzhang @m-nash @markcowl @YalinLi0312 @bquantump @nisha-bhatia +/**/Azure.ResourceManager*/ @allenjzhang @m-nash @markcowl @YalinLi0312 @bquantump @nisha-bhatia + +# Reviewers to double check any API changes +/sdk/**/api/ @KrzysztofCwalina @tg-msft + +# Update AutoRest C# +/eng/CodeGeneration.targets @pakrym @ShivangiReja + + +# ######## Eng Sys ######## +/eng/ @weshaggard @chidozieononiwu @mitchdenny @danieljurek +/eng/mgmt/ @allenjzhang @m-nash @markcowl +/**/tests.yml @danieljurek +/**/ci.yml @mitchdenny