-
Notifications
You must be signed in to change notification settings - Fork 839
/
CODEOWNERS
Validating CODEOWNERS rules...
44 lines (33 loc) · 1.27 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
36
37
38
39
40
41
42
43
44
# Instructions for CODEOWNERS file format and automatic build failure notifications:
# https://github.com/Azure/azure-sdk/blob/master/docs/policies/opensource.md#codeowners
#############
# SDK (track2)
#############
# Catch all for non-code project files and unowned files | folders
* @rickwinter @jhendrixMSFT
/sdk/ @rickwinter @jhendrixMSFT @richardpark-msft @seankane-msft
# Samples
/samples/ @rickwinter @jhendrixMSFT @richardpark-msft @seankane-msft
# PRLabel: %Azure.Core
/sdk/azcore/ @rickwinter @jhendrixMSFT @richardpark-msft @seankane-msft
# PRLabel: %Azure.Identity
/sdk/azidentity/ @rickwinter @jhendrixMSFT
# PRLabel: %KeyVault
/sdk/keyvault/ @rickwinter @jhendrixMSFT
# PRLabel: %Storage
/sdk/storage/ @rickwinter @jhendrixMSFT
# PRLabel: %EngSys
/sdk/template/ @benbp @Azure/azure-sdk-eng
###########
# Eng Sys
###########
/eng/ @benbp @azure/azure-sdk-eng
/**/ci.yml @benbp @azure/azure-sdk-eng
/**/tests.yml @benbp @azure/azure-sdk-eng
#############
# SDK (track1 and track1.5)
#############
/profiles/ @ArcturusZhang @lirenhe
/services/ @ArcturusZhang @lirenhe
/storage/ @jhendrixMSFT
/version/ @ArcturusZhang @lirenhe