2020-02-03 01:18:19 +03:00
|
|
|
# Instructions for CODEOWNERS file format and automatic build failure notifications:
|
2021-06-25 08:24:14 +03:00
|
|
|
# https://github.com/Azure/azure-sdk/blob/main/docs/policies/opensource.md#codeowners
|
2020-02-03 01:18:19 +03:00
|
|
|
|
2023-02-13 22:44:12 +03:00
|
|
|
################
|
|
|
|
# Orphaned paths
|
|
|
|
################
|
|
|
|
# As of 2/9/2023 these paths have no owners:
|
|
|
|
|
|
|
|
# /**
|
|
|
|
# /.run/
|
|
|
|
# /.vscode/
|
|
|
|
# /config/
|
|
|
|
# /doc/
|
|
|
|
|
2020-02-03 01:18:19 +03:00
|
|
|
###########
|
|
|
|
# SDK
|
|
|
|
###########
|
|
|
|
|
|
|
|
# Catch all
|
2021-01-30 02:54:31 +03:00
|
|
|
/sdk/ @mayurid @jonathangiles
|
2020-02-03 01:18:19 +03:00
|
|
|
|
|
|
|
# Service teams
|
2020-09-23 00:53:22 +03:00
|
|
|
|
|
|
|
# PRLabel: %Communication
|
2024-10-25 09:45:59 +03:00
|
|
|
/sdk/communication/ @vcolin7 @Azure/azure-sdk-communication-code-reviewers
|
2020-09-23 00:53:22 +03:00
|
|
|
|
2022-11-11 17:32:33 +03:00
|
|
|
# PRLabel: %Communication - Common
|
2023-03-29 14:38:52 +03:00
|
|
|
/sdk/communication/azure-communication-common/ @Azure/acs-identity-sdk @AikoBB @maximrytych-ms @mjafferi-msft
|
2022-11-11 17:32:33 +03:00
|
|
|
|
2020-11-13 04:46:43 +03:00
|
|
|
# PRLabel: %Azure.Core
|
2021-01-30 02:54:31 +03:00
|
|
|
/sdk/core/ @vcolin7 @anuchandy
|
2020-11-13 04:46:43 +03:00
|
|
|
|
|
|
|
# PRLabel: %EngSys
|
2021-12-06 20:31:13 +03:00
|
|
|
/sdk/template/ @benbp @weshaggard
|
2020-11-13 04:46:43 +03:00
|
|
|
|
2020-02-03 01:18:19 +03:00
|
|
|
###########
|
|
|
|
# Eng Sys
|
|
|
|
###########
|
2021-07-02 04:44:32 +03:00
|
|
|
/eng/ @benbp @weshaggard
|
2024-05-30 03:17:40 +03:00
|
|
|
/eng/common/ @Azure/azure-sdk-eng
|
2024-07-08 22:18:02 +03:00
|
|
|
/.github/workflows/ @Azure/azure-sdk-eng
|
2024-09-24 20:58:25 +03:00
|
|
|
/.github/CODEOWNERS @vcolin7 @Azure/azure-sdk-eng
|
|
|
|
|