File tree Expand file tree Collapse file tree 1 file changed +10
-3
lines changed Expand file tree Collapse file tree 1 file changed +10
-3
lines changed Original file line number Diff line number Diff line change 11# This is a comment.
22# Each line is a file pattern followed by one or more owners.
3+ # Syntax: https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners#codeowners-syntax
34
45# These owners will be the default owners for everything in
56# the repo. Unless a later match takes precedence,
100101/test /Microsoft.DotNet.GenAPI / @ dotnet/area-infrastructure-libraries
101102/test /Microsoft.DotNet.ApiSymbolExtensions.Tests / @ dotnet/area-infrastructure-libraries
102103
103- # Area: dotnet containers
104+ # Area-Containers
104105/src /Cli /Containers @ dotnet/sdk-container-builds-maintainers
105106/test /containerize.UnitTests @ dotnet/sdk-container-builds-maintainers
106107/test /Microsoft.NET.Build.Containers.IntegrationTests @ dotnet/sdk-container-builds-maintainers
107108/test /Microsoft.NET.Build.Containers.UnitTests @ dotnet/sdk-container-builds-maintainers
108109
109- # dotnet-format
110+ # Area-Format
110111/src /BuiltInTools /dotnet-format @ dotnet/roslyn-ide
111112/test /dotnet-format.UnitTests @ dotnet/roslyn-ide
112113
113- /src /Microsoft.CodeAnalysis.NetAnalyzers @ dotnet/dotnet-analyzers
114+ # Area-Microsoft.CodeAnalysis.NetAnalyzers
115+ /src /Microsoft.CodeAnalysis.NetAnalyzers @ dotnet/dotnet-analyzers
116+
117+ # Area-Infrastructure
118+ .vsts-ci.yml @ MiYanni
119+ .vsts-pr.yml @ MiYanni
120+ /eng /pipelines @ MiYanni
You can’t perform that action at this time.
0 commit comments