Skip to content

Commit

Permalink
Introducting CODEOWNERS file
Browse files Browse the repository at this point in the history
  • Loading branch information
robinharwood committed Jan 23, 2023
1 parent bcc84a0 commit 7187071
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions CODEOWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# This is a comment

# Each line is a file pattern followed by one or more owners

# Order is important; the last matching pattern takes the most
# precedence

# Teams can be specified as code owners as well. Teams should
# be identified in the format @org/team-name. Teams must have
# explicit write access to the repository

# These owners will be the default owners for everything in
# the Windows Serverrepo. Unless a later match takes precedence

# * @robinharwood @Xelu86

# Doc location

/WindowsServerDocs/security/tls/ @robinharwood @Xelu86

# Configuration

*.json @MicrosoftDocs/windowsserverdocs-admin
*.yml @MicrosoftDocs/windowsserverdocs-admin
.acrolinx-config.edn @MicrosoftDocs/windowsserverdocs-admin
.openpublishing.build.ps1 @MicrosoftDocs/windowsserverdocs-admin
.openpublishing.publish.config.json @MicrosoftDocs/windowsserverdocs-admin
.openpublishing.redirection.json @MicrosoftDocs/windowsserverdocs-admin

0 comments on commit 7187071

Please sign in to comment.