-
Notifications
You must be signed in to change notification settings - Fork 839
/
CODEOWNERS
Validating CODEOWNERS rules...
79 lines (56 loc) · 2.22 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
# Instructions for CODEOWNERS file format and automatic build failure notifications:
# https://github.com/Azure/azure-sdk/blob/master/docs/policies/opensource.md#codeowners
################
# Automation
################
# Git Hub integration and bot rules
/.github/ @AlexGhiondea @jsquire @jhendrixMSFT @rickwinter
#############
# SDK (track2)
#############
# Catch all for non-code project files and unowned files | folders
* @rickwinter @jhendrixMSFT
/sdk/ @rickwinter @chlowell @richardpark-msft @seankane-msft
# Samples
/samples/ @rickwinter @chlowell @jhendrixMSFT @richardpark-msft @seankane-msft
# PRLabel: %Azure.Core
/sdk/azcore/ @rickwinter @chlowell @jhendrixMSFT @richardpark-msft @seankane-msft
# PRLabel: %Azure.Identity
/sdk/azidentity/ @chlowell @jhendrixMSFT @rickwinter
# PRLabel: %Internal
/sdk/internal/ @rickwinter @chlowell @jhendrixMSFT @richardpark-msft @seankane-msft
# PRLabel: %App Configuration
/sdk/appconfig/ @antkmsft @seankane-msft @jhendrixMSFT
# PRLabel: %Cosmos
/sdk/data/azcosmos/ @ealsur @ausfeldt
# PRLabel: %Tables
/sdk/data/aztables/ @seankane-msft @jhendrixMSFT
# PRLabel: %KeyVault
/sdk/keyvault/ @seankane-msft @jhendrixMSFT
# PRLabel: %Service Bus
/sdk/messaging/azservicebus @richardpark-msft @jhendrixMSFT
# PRLabel: %Service Bus
/sdk/messaging/internal @richardpark-msft @jhendrixMSFT
# PRLabel: %Mgmt
/sdk/resourcemanager/ @ArcturusZhang @lirenhe @tadelesh
# PRLabel: %Storage
/sdk/storage/ @jhendrixMSFT @seankane-msft
###########
# Eng Sys
###########
/eng/ @benbp @weshaggard
/**/ci.yml @benbp
/**/tests.yml @benbp
# PRLabel: %EngSys
/sdk/template/ @benbp @weshaggard
#############
# SDK (track1 and track1.5)
#############
# PRLabel: %Track1
/profiles/ @ArcturusZhang @lirenhe
# PRLabel: %Track1
/services/ @ArcturusZhang @lirenhe
# PRLabel: %Track1
/storage/ @jhendrixMSFT
# PRLabel: %Track1
/version/ @ArcturusZhang @lirenhe