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

github.com/dotnet/runtime.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Ross <Tratcher@Outlook.com>2020-02-14 02:29:41 +0300
committerGitHub <noreply@github.com>2020-02-14 02:29:41 +0300
commit93282844dd712af0edb5731fc30f593aa499cddd (patch)
tree3164a8218a7f4e8bc2adb5f464baa793a44763a7 /.github/CODEOWNERS
parent844618c70cb99fdabbd748860f7fbef465884307 (diff)
Update CODEOWNERS and scripts (#32251)
Diffstat (limited to '.github/CODEOWNERS')
-rw-r--r--.github/CODEOWNERS4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index 7670d453e3b..1a9c9ed1ca0 100644
--- a/.github/CODEOWNERS
+++ b/.github/CODEOWNERS
@@ -1,8 +1,8 @@
# 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/
-/src/libraries/Common/src/System/Net/Http/aspnetcore/ @dotnet/http2
-/src/libraries/Common/tests/Tests/System/Net/aspnetcore/ @dotnet/http2
+/src/libraries/Common/src/System/Net/Http/aspnetcore/ @dotnet/http
+/src/libraries/Common/tests/Tests/System/Net/aspnetcore/ @dotnet/http
/src/libraries/System.Text.Json/ @ahsonkhan @steveharter @layomia @Jozkee
/src/libraries/System.Buffers/ @ahsonkhan
/src/libraries/System.Memory/ @ahsonkhan