-
Notifications
You must be signed in to change notification settings - Fork 126
/
CODEOWNERS
Validating CODEOWNERS rules...
35 lines (26 loc) · 1.15 KB
/
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
29
30
31
32
33
34
35
# Instructions for CODEOWNERS file format and automatic build failure notifications:
# https://github.com/Azure/azure-sdk/blob/master/docs/policies/opensource.md#codeowners
###########
# SDK
###########
# Catch all for non-code project files and unowned files | folders
* @rickwinter @ahsonkhan @antkmsft @vhvb1989
/sdk/ @rickwinter @ahsonkhan @antkmsft @vhvb1989
# Samples
/samples/ @rickwinter @ahsonkhan @antkmsft @vhvb1989
# PRLabel: %Azure.Core
/sdk/core/ @rickwinter @ahsonkhan @antkmsft @vhvb1989
# PRLabel: %Azure.Identity
/sdk/identity/ @antkmsft @schaabs @ahsonkhan @rickwinter @vhvb1989
# PRLabel: %KeyVault
/sdk/keyvault/ @vhvb1989 @ahsonkhan @antkmsft @rickwinter
# PRLabel: %Storage
/sdk/storage/ @vinjiang @katmsft @Jinming-Hu @antkmsft @rickwinter @vhvb1989
# PRLabel: %EngSys
/sdk/template/ @danieljurek @Azure/azure-sdk-eng
###########
# Eng Sys
###########
/eng/ @danieljurek @azure/azure-sdk-eng
/**/ci.yml @danieljurek @azure/azure-sdk-eng
/**/tests.yml @danieljurek @azure/azure-sdk-eng