Skip to content
Merged
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 15 additions & 11 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -50,26 +50,30 @@
# PRLabel: %Azure.Identity
/sdk/identity/ @heaths @RickWinter @LarryOsterman @chlowell

###########
# Client SDKs
###########
####################
# Client Libraries
####################

# AzureSDKOwners: @heaths
# ServiceLabel: %Storage
# PRLabel: %Storage
/sdk/storage/ @heaths @RickWinter @LarryOsterman @vincenttran-msft @jalauzon-msft

# AzureSDKOwners: @heaths
# ServiceOwner: @Pilchie
# ServiceLabel: %Cosmos

Check failure on line 57 in .github/CODEOWNERS

View check run for this annotation

Azure Pipelines / rust - codeowners-linter - ci

.github/CODEOWNERS#L57

.github/CODEOWNERS(57,1): error : Source block error. Source Block Start: 57 # ServiceLabel: %Cosmos # AzureSDKOwners: @heaths # ServiceOwners: @Pilchie # PRLabel: %Cosmos /sdk/cosmos/ @analogrelay @Pilchie @kirankumarkolli @tvaron3 @FabianMeiswinkel @kundadebdatta @nehrao1 @kushagraThapar Source Block End: 61 -ServiceLabel cannot be part of a block with, /<NotInRepo>/ or ServiceOwners, and a source path/owner line.
# AzureSDKOwners: @heaths
# ServiceOwners: @Pilchie
# PRLabel: %Cosmos
/sdk/cosmos/ @analogrelay @Pilchie @kirankumarkolli @tvaron3 @FabianMeiswinkel @kundadebdatta @nehrao1 @kushagraThapar

# ServiceOwner: @Azure/azure-sdk-write-keyvault
# ServiceLabel: %KeyVault

Check failure on line 63 in .github/CODEOWNERS

View check run for this annotation

Azure Pipelines / rust - codeowners-linter - ci

.github/CODEOWNERS#L63

.github/CODEOWNERS(63,1): error : Source block error. Source Block Start: 63 # ServiceLabel: %KeyVault # ServiceOwners: @Azure/azure-sdk-write-keyvault # PRLabel: %KeyVault /sdk/keyvault/ @Azure/azure-sdk-write-keyvault @heaths Source Block End: 66 -ServiceLabel cannot be part of a block with, /<NotInRepo>/ or ServiceOwners, and a source path/owner line.
# ServiceOwners: @Azure/azure-sdk-write-keyvault
# PRLabel: %KeyVault
/sdk/keyvault/ @Azure/azure-sdk-write-keyvault @heaths

# ServiceLabel: %Storage
# AzureSDKOwners: @heaths
# PRLabel: %Storage
/sdk/storage/ @heaths @RickWinter @LarryOsterman @vincenttran-msft @jalauzon-msft

####################
# Management Libraries
####################

###########
# Eng Sys
###########
Expand Down
Loading