From eaddf1a0c9c2277116ca5ce41303e44885fde10a Mon Sep 17 00:00:00 2001 From: Doug Bunting <6431421+dougbu@users.noreply.github.com> Date: Mon, 30 Aug 2021 16:51:22 -0700 Subject: [PATCH 1/2] [release/3.1] Align CODEOWNERS with 'main' - add and remove many assignments --- .github/CODEOWNERS | 35 +++++++++++++++++++---------------- 1 file changed, 19 insertions(+), 16 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 103c64248fc0..1e7af62609f8 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,22 +1,25 @@ # Users referenced in this file will automatically be requested as reviewers for PRs that modify the given paths. # See https://help.github.com/articles/about-code-owners/ -/global.json @aspnet/build -/.azure/ @aspnet/build -/.config/ @aspnet/build -/build/ @aspnet/build -/eng/ @aspnet/build +/global.json @dotnet/aspnet-build +/.azure/ @dotnet/aspnet-build +/.config/ @dotnet/aspnet-build +/.github/ @dotnet/aspnet-build +/.github/*_TEMPLATE/ @dotnet/aspnet-build @mkArtakMSFT +/build/ @dotnet/aspnet-build +/eng/ @dotnet/aspnet-build /eng/common/ @dotnet-maestro-bot /eng/Versions.props @dotnet-maestro-bot @dougbu /eng/Version.Details.xml @dotnet-maestro-bot @dougbu -/src/Components/ @SteveSandersonMS -/src/DefaultBuilder/ @tratcher @anurse -/src/Hosting/ @tratcher @anurse -/src/Http/ @tratcher @jkotalik @anurse -/src/Middleware/ @tratcher @anurse -/src/ProjectTemplates/ @ryanbrandenburg -/src/Security/ @tratcher @anurse -/src/Servers/ @tratcher @jkotalik @anurse @halter73 -/src/Middleware/Rewrite @jkotalik @anurse -/src/Middleware/HttpsPolicy @jkotalik @anurse -/src/SignalR/ @BrennanConroy @halter73 @anurse +/src/**/ref/ @dotnet/aspnet-api-review +/src/Components/ @dotnet/aspnet-blazor-eng +/src/DefaultBuilder/ @tratcher +/src/Hosting/ @tratcher +/src/Http/ @tratcher @BrennanConroy +/src/Http/Routing/ @javiercn +/src/Middleware/ @tratcher @BrennanConroy +/src/Mvc/ @pranavkm @javiercn +/src/Security/ @tratcher +/src/Servers/ @tratcher @halter73 @BrennanConroy +/src/SignalR/ @BrennanConroy @halter73 +/src/submodules @dotnet/aspnet-build @dougbu @wtgodbe From 8c8cf1549774291aae6130746c867908bb977bf6 Mon Sep 17 00:00:00 2001 From: Doug Bunting <6431421+dougbu@users.noreply.github.com> Date: Tue, 31 Aug 2021 10:39:38 -0700 Subject: [PATCH 2/2] !fixup! Add Kevin too --- .github/CODEOWNERS | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 1e7af62609f8..71c5cee73cd6 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,6 +1,7 @@ # Users referenced in this file will automatically be requested as reviewers for PRs that modify the given paths. # See https://help.github.com/articles/about-code-owners/ +* @Pilchie /global.json @dotnet/aspnet-build /.azure/ @dotnet/aspnet-build /.config/ @dotnet/aspnet-build