44 строки
1.2 KiB
Plaintext
44 строки
1.2 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
|
|
|
|
################
|
|
# Orphaned paths
|
|
################
|
|
# As of 2/9/2023 these paths have no owners:
|
|
|
|
# /**
|
|
# /.run/
|
|
# /.vscode/
|
|
# /config/
|
|
# /doc/
|
|
|
|
###########
|
|
# SDK
|
|
###########
|
|
|
|
# Catch all
|
|
/sdk/ @mayurid @jonathangiles
|
|
|
|
# Service teams
|
|
|
|
# PRLabel: %Communication
|
|
/sdk/communication/ @vcolin7 @Azure/azure-sdk-communication-code-reviewers
|
|
|
|
# PRLabel: %Communication - Common
|
|
/sdk/communication/azure-communication-common/ @Azure/acs-identity-sdk @AikoBB @maximrytych-ms @mjafferi-msft
|
|
|
|
# PRLabel: %Azure.Core
|
|
/sdk/core/ @vcolin7 @anuchandy
|
|
|
|
# PRLabel: %EngSys
|
|
/sdk/template/ @benbp @weshaggard
|
|
|
|
###########
|
|
# Eng Sys
|
|
###########
|
|
/eng/ @benbp @weshaggard
|
|
/eng/common/ @Azure/azure-sdk-eng
|
|
/.github/workflows/ @Azure/azure-sdk-eng
|
|
/.github/CODEOWNERS @vcolin7 @Azure/azure-sdk-eng
|
|
|