40 строки
1.5 KiB
Plaintext
40 строки
1.5 KiB
Plaintext
# 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
|