forked from MicrosoftDocs/windowsserverdocs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CODEOWNERS
Validating CODEOWNERS rules...
28 lines (19 loc) · 932 Bytes
/
CODEOWNERS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
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