Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/aspnetcore.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Newton-King <james@newtonking.com>2022-03-28 09:23:24 +0300
committerGitHub <noreply@github.com>2022-03-28 09:23:24 +0300
commita86fa8def82e4f3dbfcefa81abab60156669a3af (patch)
tree3d1634ac5a9b036943586192c78869add62ad449 /.github
parentb4b43e39bc3b79b773d81859efd0f4ad558c24e7 (diff)
Update CODEOWNERS (#40898)
Diffstat (limited to '.github')
-rw-r--r--.github/CODEOWNERS6
1 files changed, 4 insertions, 2 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index 2b811a2676..fb9da1cada 100644
--- a/.github/CODEOWNERS
+++ b/.github/CODEOWNERS
@@ -22,6 +22,8 @@
/src/Components/**/PublicAPI.*Shipped.txt @dotnet/aspnet-api-review @dotnet/aspnet-blazor-eng
/src/DefaultBuilder/ @tratcher @halter73
/src/DefaultBuilder/**/PublicAPI.*Shipped.txt @dotnet/aspnet-api-review @tratcher
+/src/Grpc/ @JamesNK @captainsafia
+/src/Grpc/**/PublicAPI.*Shipped.txt @dotnet/aspnet-api-review @JamesNK @captainsafia
/src/Hosting/ @tratcher @halter73
/src/Hosting/**/PublicAPI.*Shipped.txt @dotnet/aspnet-api-review @tratcher
/src/Http/ @tratcher @BrennanConroy @halter73
@@ -39,8 +41,8 @@
/src/ProjectTemplates/Web.ProjectTemplates/content/ComponentsWebAssembly-CSharp/ @dotnet/aspnet-blazor-eng
/src/Security/ @tratcher
/src/Security/**/PublicAPI.*Shipped.txt @dotnet/aspnet-api-review @tratcher
-/src/Servers/ @tratcher @halter73 @BrennanConroy
-/src/Servers/**/PublicAPI.*Shipped.txt @dotnet/aspnet-api-review @tratcher @halter73 @BrennanConroy
+/src/Servers/ @tratcher @halter73 @BrennanConroy @JamesNK
+/src/Servers/**/PublicAPI.*Shipped.txt @dotnet/aspnet-api-review @tratcher @halter73 @BrennanConroy @JamesNK
/src/Shared/runtime/ @dotnet/http
/src/Shared/test/Shared.Tests/runtime/ @dotnet/http
/src/SignalR/ @BrennanConroy @halter73