-
Notifications
You must be signed in to change notification settings - Fork 120
/
CODEOWNERS
Validating CODEOWNERS rules...
39 lines (31 loc) · 1.49 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
# 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
* @rickwinter
# SDK team
/sdk/ @rickwinter
# Samples
/samples/ @ahsonkhan @antkmsft @rickwinter @vhvb1989 @gearama
# Service teams
# Core
sdk/docs/core/ @ahsonkhan @antkmsft @rickwinter @vhvb1989 @gearama
sdk/inc/azure/core/ @ahsonkhan @antkmsft @rickwinter @vhvb1989 @gearama
sdk/samples/core/ @ahsonkhan @antkmsft @rickwinter @vhvb1989 @gearama
sdk/src/azure/core/ @ahsonkhan @antkmsft @rickwinter @vhvb1989 @gearama
sdk/tests/core/ @ahsonkhan @antkmsft @rickwinter @vhvb1989 @gearama
# IoT
sdk/docs/iot/ @CIPop @danewalton @ericwol-msft @ewertons @hihigupt @jspaith @momuno
sdk/inc/azure/iot/ @CIPop @danewalton @ericwol-msft @ewertons @hihigupt @jspaith @momuno
sdk/samples/iot/ @CIPop @danewalton @ericwol-msft @ewertons @hihigupt @jspaith @momuno
sdk/src/azure/iot/ @CIPop @danewalton @ericwol-msft @ewertons @hihigupt @jspaith @momuno
sdk/tests/iot/ @CIPop @danewalton @ericwol-msft @ewertons @hihigupt @jspaith @momuno
# Platform
sdk/src/azure/platform/ @ahsonkhan @antkmsft @rickwinter @vhvb1989 @gearama
###########
# Eng Sys
###########
/eng/ @danieljurek @azure/azure-sdk-eng
/**/ci.yml @danieljurek @azure/azure-sdk-eng