-
Notifications
You must be signed in to change notification settings - Fork 96
/
CODEOWNERS
Validating CODEOWNERS rules...
43 lines (32 loc) · 1.23 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
# Instructions for CODEOWNERS file format and automatic build failure notifications:
# https://github.com/Azure/azure-sdk/blob/main/docs/policies/opensource.md#codeowners
################
# Orphaned paths
################
# As of 2/9/2023 these paths have no owners:
# /**
# /.run/
# /.vscode/
# /config/
# /doc/
###########
# SDK
###########
# Catch all
/sdk/ @mayurid @jonathangiles
# Service teams
# PRLabel: %Communication
/sdk/communication/ @vcolin7 @Azure/azure-sdk-communication-code-reviewers
# PRLabel: %Communication - Common
/sdk/communication/azure-communication-common/ @Azure/acs-identity-sdk @AikoBB @maximrytych-ms @mjafferi-msft
# PRLabel: %Azure.Core
/sdk/core/ @vcolin7 @anuchandy
# PRLabel: %EngSys
/sdk/template/ @benbp @weshaggard
###########
# Eng Sys
###########
/eng/ @benbp @weshaggard
/eng/common/ @Azure/azure-sdk-eng
/.github/workflows/ @Azure/azure-sdk-eng
/.github/CODEOWNERS @vcolin7 @Azure/azure-sdk-eng