azure-sdk-for-c/.github/CODEOWNERS

45 строки
1.6 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
# GitHub integration files
/.github/ @rickwinter @ronniegeraghty
# SDK team
/sdk/ @rickwinter @ronniegeraghty
# Samples
/samples/ @ahsonkhan @antkmsft @rickwinter @gearama @LarryOsterman
# Service teams
# Core
/sdk/docs/core/ @ahsonkhan @antkmsft @rickwinter @gearama @LarryOsterman
/sdk/inc/azure/core/ @ahsonkhan @antkmsft @rickwinter @gearama @LarryOsterman
/sdk/samples/core/ @ahsonkhan @antkmsft @rickwinter @gearama @LarryOsterman
/sdk/src/azure/core/ @ahsonkhan @antkmsft @rickwinter @gearama @LarryOsterman
/sdk/tests/core/ @ahsonkhan @antkmsft @rickwinter @gearama @LarryOsterman
# IoT
/sdk/docs/iot/ @ewertons @RLeclair @vaavva
/sdk/inc/azure/iot/ @ewertons @RLeclair @vaavva
/sdk/samples/iot/ @ewertons @RLeclair @vaavva
/sdk/src/azure/iot/ @ewertons @RLeclair @vaavva
/sdk/tests/iot/ @ewertons @RLeclair @vaavva
# Platform
/sdk/src/azure/platform/ @ahsonkhan @antkmsft @rickwinter @gearama @LarryOsterman
###########
# Eng Sys
###########
/eng/ @danieljurek @weshaggard @benbp
/eng/common/ @Azure/azure-sdk-eng
/.github/workflows/ @Azure/azure-sdk-eng
/.github/CODEOWNERS @rickwinter @ronniegeraghty @Azure/azure-sdk-eng