-
Notifications
You must be signed in to change notification settings - Fork 10.2k
/
Copy pathCODEOWNERS
25 lines (24 loc) · 1.34 KB
/
CODEOWNERS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
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 @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/**/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