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:
authorMatt Thalman <mthalman@microsoft.com>2021-05-13 16:56:34 +0300
committerGitHub <noreply@github.com>2021-05-13 16:56:34 +0300
commit09ad9e7eb457e5bc911b2292dc557dc02be78a20 (patch)
tree7bb96face3b0db59720a2380952a73540dcf8c9b /.github/CODEOWNERS
parent2a302a3559dc8da7786b16511d9f118e16dd2172 (diff)
Add section to interop guidelines about tracking dependencies (#52302)
* Add section to interop guidelines about tracking dependencies * Set code owner * Update wording
Diffstat (limited to '.github/CODEOWNERS')
-rw-r--r--.github/CODEOWNERS1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index 3ec839cdf3c..b727ef80af0 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/
+/src/libraries/Common/src/Interop/ @dotnet/platform-deps-team
/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/ @steveharter @layomia @Jozkee @eiriktsarpalis