diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 119245b3a75d1c9eb9a84543a77d053fa8f57464..13dbff40be1d402322609e70ad6adeaf03d81b94 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -2,17 +2,17 @@ # More information: https://github.com/blog/2392-introducing-code-owners *.groovy @dotnet/roslyn-infrastructure -.github/* @dotnet/roslyn-infrastructure -build/* @dotnet/roslyn-infrastructure -src/CodeStyle/* @dotnet/roslyn-ide -src/Compilers/* @dotnet/roslyn-compiler -src/EditorFeatures/* @dotnet/roslyn-ide -src/Features/* @dotnet/roslyn-ide -src/Interactive/* @dotnet/roslyn-interactive -src/NuGet/* @dotnet/roslyn-infrastructure -src/Scripting/* @dotnet/roslyn-interactive -src/Setup/* @dotnet/roslyn-infrastructure -src/Tools/* @dotnet/roslyn-infrastructure -src/VisualStudio/* @dotnet/roslyn-ide -src/Workspaces/* @dotnet/roslyn-ide +.github/ @dotnet/roslyn-infrastructure +build/ @dotnet/roslyn-infrastructure +src/CodeStyle/ @dotnet/roslyn-ide +src/Compilers/ @dotnet/roslyn-compiler +src/EditorFeatures/ @dotnet/roslyn-ide +src/Features/ @dotnet/roslyn-ide +src/Interactive/ @dotnet/roslyn-interactive +src/NuGet/ @dotnet/roslyn-infrastructure +src/Scripting/ @dotnet/roslyn-interactive +src/Setup/ @dotnet/roslyn-infrastructure +src/Tools/ @dotnet/roslyn-infrastructure +src/VisualStudio/ @dotnet/roslyn-ide +src/Workspaces/ @dotnet/roslyn-ide