-
Notifications
You must be signed in to change notification settings - Fork 90
/
CODEOWNERS
Validating CODEOWNERS rules...
46 lines (33 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
41
42
43
44
45
46
# 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:
# /**
# /AzureSDK.xcworkspace/
################
# Automation
################
# Git Hub integration and bot rules
/.github/ @jsquire @ronniegeraghty
###########
# SDK
###########
# Catch all
/sdk/ @mayurid
# Service teams
# PRLabel: %Azure.Core
/sdk/core/ @tjprescott @mpodwysocki
# PRLabel: %Communication
/sdk/communication/ @Azure/azure-sdk-communication-code-reviewers
# PRLabel: %Communication - Common
/sdk/communication/AzureCommunicationCommon/ @AikoBB @maximrytych-ms @mjafferi-msft
# PRLabel: %Azure.Identity
/sdk/identity/ @tjprescott @mpodwysocki
# PRLabel: %EngSys
/sdk/template/ @benbp @weshaggard
###########
# Eng Sys
###########
/eng/ @benbp @weshaggard