From 97ea5fcdc840221ac4722148525b673d35b2ce56 Mon Sep 17 00:00:00 2001 From: Chris Sienkiewicz Date: Mon, 29 Aug 2022 12:13:26 -0700 Subject: [PATCH] Update CODEOWNERS --- .github/CODEOWNERS | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 6fc269b00e..7524b2a5b5 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,11 +1,13 @@ # 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 -/azure-pipelines.yml @dotnet/razor-tooling -/eng/ @dotnet/razor-tooling -/eng/common/ @dotnet/razor-tooling -/eng/Versions.props @dotnet/razor-tooling -/eng/Version.Details.xml @dotnet/razor-tooling -/src/ @dotnet/razor-tooling -/src/Razor/src/Microsoft.AspNetCore.Razor.VSCode.BlazorWasmDebuggingExtension/ @dotnet/razor-tooling @dotnet/aspnet-blazor-eng @captainsafia +/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/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 +/src/Razor/src/Microsoft.AspNetCore.Razor.VSCode.BlazorWasmDebuggingExtension/ @dotnet/razor-tooling @captainsafia +/src/Razor @dotnet/razor-tooling +/src/Compiler @dotnet/razor-compiler +/src/Shared @dotnet/razor-tooling @dotnet/razor-compiler