-
Notifications
You must be signed in to change notification settings - Fork 96
/
CODEOWNERS
Validating CODEOWNERS rules...
40 lines (28 loc) · 1.21 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
# Instructions for CODEOWNERS file format and automatic build failure notifications:
# https://github.com/Azure/azure-sdk/blob/main/docs/policies/opensource.md#codeowners
################
# Automation
################
# Git Hub integration and bot rules
/.github/ @jsquire @ronniegeraghty
###########
# SDK
###########
# Catch all
/sdk/ @mayurid @jonathangiles
# Service teams
# PRLabel: %Communication
/sdk/communication/ @JianpingChen @Azure/azure-sdk-communication-code-reviewers
# PRLabel: %Communication - Common
/sdk/communication/azure-communication-common/ @Azure/acs-identity-sdk @petrsvihlik @AikoBB @maximrytych-ms @ostoliarova-msft @mjafferi-msft
# PRLabel: %Azure.Core
/sdk/core/ @vcolin7 @anuchandy
# PRLabel: %Storage
/sdk/storage/ @vcolin7 @anuchandy
# PRLabel: %EngSys
/sdk/template/ @benbp @weshaggard
###########
# Eng Sys
###########
/eng/ @benbp @weshaggard
/**/ci.yml @benbp