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 1
1
# This is a comment.
2
2
# 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
3
4
4
5
# These owners will be the default owners for everything in
5
6
# the repo. Unless a later match takes precedence,
100
101
/test /Microsoft.DotNet.GenAPI / @ dotnet/area-infrastructure-libraries
101
102
/test /Microsoft.DotNet.ApiSymbolExtensions.Tests / @ dotnet/area-infrastructure-libraries
102
103
103
- # Area: dotnet containers
104
+ # Area-Containers
104
105
/src /Cli /Containers @ dotnet/sdk-container-builds-maintainers
105
106
/test /containerize.UnitTests @ dotnet/sdk-container-builds-maintainers
106
107
/test /Microsoft.NET.Build.Containers.IntegrationTests @ dotnet/sdk-container-builds-maintainers
107
108
/test /Microsoft.NET.Build.Containers.UnitTests @ dotnet/sdk-container-builds-maintainers
108
109
109
- # dotnet-format
110
+ # Area-Format
110
111
/src /BuiltInTools /dotnet-format @ dotnet/roslyn-ide
111
112
/test /dotnet-format.UnitTests @ dotnet/roslyn-ide
112
113
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