-
Notifications
You must be signed in to change notification settings - Fork 193
/
CODEOWNERS
Validating CODEOWNERS rules...
14 lines (13 loc) · 1.08 KB
/
CODEOWNERS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# 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/razor-tooling @dotnet/razor-compiler
/azure-pipelines.yml @dotnet/razor-tooling @dotnet/razor-compiler
/eng/ @dotnet/razor-tooling @dotnet/razor-compiler
/eng/targets/Services.props @dotnet/razor-tooling
/eng/common/ @dotnet/razor-tooling @dotnet/razor-compiler
/eng/Versions.props @dotnet/razor-tooling @dotnet/razor-compiler
/eng/Version.Details.xml @dotnet/razor-tooling @dotnet/razor-compiler
/eng/SourceBuild* @dotnet/source-build-internal
/src/Razor @dotnet/razor-tooling
/src/Compiler @dotnet/razor-compiler
/src/Shared @dotnet/razor-tooling @dotnet/razor-compiler