-
Notifications
You must be signed in to change notification settings - Fork 90
/
Copy pathCODEOWNERS
29 lines (21 loc) · 868 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
29
# 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
/sdk/ @mayurid
# Service teams
# PRLabel: %Azure.Core
/sdk/core/ @tjprescott
# PRLabel: %Storage
/sdk/storage/ @tjprescott
# PRLabel: %Communication
/sdk/communication/ @sacheu @Azure/azure-sdk-communication-code-reviewers
# PRLabel: %Azure.Identity
/sdk/identity/ @tjprescott
###########
# Eng Sys
###########
/eng/ @mitchdenny @weshaggard
/**/ci.yml @mitchdenny