-
Notifications
You must be signed in to change notification settings - Fork 97
/
Copy pathCODEOWNERS
30 lines (21 loc) · 895 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
30
# Instructions for CODEOWNERS file format and automatic build failure notifications:
# https://github.com/Azure/azure-sdk/blob/main/docs/policies/opensource.md#codeowners
###########
# SDK
###########
# Catch all
/sdk/ @mayurid @jonathangiles
# Service teams
# PRLabel: %Communication
/sdk/communication/ @JianpingChen @Azure/azure-sdk-communication-code-reviewers
# PRLabel: %Azure.Core
/sdk/core/ @vcolin7 @anuchandy
# PRLabel: %Storage
/sdk/storage/ @vcolin7 @anuchandy
# PRLabel: %EngSys
/sdk/template/ @Azure/azure-sdk-eng
###########
# Eng Sys
###########
/eng/ @benbp @weshaggard
/**/ci.yml @benbp