Added myself to the CodeOwners for .github dir as I will be helping @jsquire with GitHub CXP on this repo.
50 lines
1.6 KiB
Plaintext
50 lines
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
|
|
|
|
################
|
|
# Automation
|
|
################
|
|
|
|
# Git Hub integration and bot rules
|
|
/.github/ @jsquire @rickwinter @ronniegeraghty
|
|
|
|
###########
|
|
# SDK
|
|
###########
|
|
|
|
# Catch all for non-code project files and unowned files | folders
|
|
* @rickwinter @ahsonkhan @antkmsft @vhvb1989 @gearama @LarryOsterman
|
|
/sdk/ @rickwinter @ahsonkhan @antkmsft @vhvb1989 @gearama @LarryOsterman
|
|
|
|
# Samples
|
|
/samples/ @rickwinter @ahsonkhan @antkmsft @vhvb1989 @gearama @LarryOsterman
|
|
|
|
# PRLabel: %Azure.Core
|
|
/sdk/core/ @rickwinter @ahsonkhan @antkmsft @vhvb1989 @gearama @LarryOsterman
|
|
|
|
# PRLabel: %Azure.Identity
|
|
/sdk/identity/ @antkmsft @schaabs @ahsonkhan @rickwinter @vhvb1989 @gearama @LarryOsterman
|
|
|
|
###########
|
|
# Client SDKs
|
|
###########
|
|
|
|
# PRLabel: %Attestation
|
|
/sdk/attestation/ @LarryOsterman @gkostal @anilba06 @kroshkina-ms @ahmadmsft @rickwinter @ahsonkhan @antkmsft @vhvb1989 @gearama
|
|
|
|
# PRLabel: %KeyVault
|
|
/sdk/keyvault/ @vhvb1989 @gearama @antkmsft @rickwinter
|
|
|
|
# PRLabel: %Storage
|
|
/sdk/storage/ @vinjiang @katmsft @Jinming-Hu @EmmaZhu @antkmsft @vhvb1989 @gearama @LarryOsterman
|
|
|
|
# PRLabel: %EngSys
|
|
/sdk/template/ @danieljurek @weshaggard
|
|
|
|
###########
|
|
# Eng Sys
|
|
###########
|
|
/eng/ @danieljurek @weshaggard @benbp
|
|
/**/ci.yml @danieljurek
|
|
/**/tests.yml @danieljurek
|