-
Notifications
You must be signed in to change notification settings - Fork 127
/
CODEOWNERS
Validating CODEOWNERS rules...
47 lines (34 loc) · 1.55 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
47
# 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 for non-code project files and unowned files | folders
/** @rickwinter @ahsonkhan @antkmsft @vhvb1989 @gearama @LarryOsterman
/sdk/ @rickwinter @ahsonkhan @antkmsft @vhvb1989 @gearama @LarryOsterman
# Samples
/samples/ @rickwinter @ahsonkhan @antkmsft @vhvb1989 @gearama @LarryOsterman
# PRLabel: %Azure.Core
/sdk/core/ @rickwinter @ahsonkhan @antkmsft @vhvb1989 @gearama @LarryOsterman
# PRLabel: %Azure.Identity
/sdk/identity/ @antkmsft @schaabs @ahsonkhan @rickwinter @vhvb1989 @gearama @LarryOsterman @Azure/azure-sdk-write-identity
###########
# Client SDKs
###########
# PRLabel: %Attestation
/sdk/attestation/ @LarryOsterman @gkostal @anilba06 @ahmadmsft @rickwinter @ahsonkhan @antkmsft @vhvb1989 @gearama
# PRLabel: %KeyVault
/sdk/keyvault/ @gearama @antkmsft @rickwinter @LarryOsterman
# PRLabel: %Storage
/sdk/storage/ @vinjiang @Jinming-Hu @EmmaZhu @antkmsft @vhvb1989 @gearama @LarryOsterman @microzchang
# PRLabel: %EngSys
/sdk/template/ @danieljurek @weshaggard @LarryOsterman @RickWinter
################
# Automation
################
# Git Hub integration and bot rules
/.github/ @jsquire @rickwinter @ronniegeraghty
###########
# Eng Sys
###########
/eng/ @danieljurek @weshaggard @benbp