Skip to content

Commit e833314

Browse files
committed
Added myself for SDK pipelines to CODEOWNERS file.
1 parent 0c1e1fc commit e833314

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

CODEOWNERS

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
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,
@@ -100,14 +101,20 @@
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

0 commit comments

Comments
 (0)