From 2957f8140d53c46df9fb0ecc07a59143cd0d85e1 Mon Sep 17 00:00:00 2001 From: Anton Kolesnyk <41349689+antkmsft@users.noreply.github.com> Date: Tue, 3 Jun 2025 14:52:43 -0700 Subject: [PATCH] Fix codeowners-linter CI pipeline (#6611) * Fix codeowners-linter CI pipeline * Fix typo --------- Co-authored-by: Anton Kolesnyk --- .github/CODEOWNERS | 26 +++++++++---------- .../stages/archetype-cpp-release.yml | 2 +- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 5e538480a..175d2026a 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -9,33 +9,33 @@ /** @rickwinter @LarryOsterman #Catch all for files at the root -/* @rickwinter @LarryOsterman @antkmsft @gearama +/* @rickwinter @LarryOsterman @antkmsft /sdk/ @rickwinter @LarryOsterman # Git Hub integration and bot rules /.github/ @rickwinter @ronniegeraghty # Samples -/samples/ @rickwinter @antkmsft @gearama @LarryOsterman +/samples/ @rickwinter @antkmsft @LarryOsterman -# AzureSdkOwners: @gearama +# AzureSdkOwners: @rickwinter # ServiceLabel: %Azure.Core # PRLabel: %Azure.Core -/sdk/core/ @rickwinter @antkmsft @gearama @LarryOsterman +/sdk/core/ @rickwinter @antkmsft @LarryOsterman # AzureSdkOwners: @antkmsft # ServiceLabel: %Azure.Identity # PRLabel: %Azure.Identity -/sdk/identity/ @antkmsft @rickwinter @gearama @LarryOsterman @Azure/azure-sdk-write-identity +/sdk/identity/ @antkmsft @rickwinter @LarryOsterman @Azure/azure-sdk-write-identity ########### # Client SDKs ########### -# AzureSdkOwners: @gearama +# AzureSdkOwners: @rickwinter # ServiceLabel: %App Configuration # PRLabel: %App Configuration -/sdk/appconfiguration/ @gearama @LarryOsterman @antkmsft @RickWinter +/sdk/appconfiguration/ @LarryOsterman @antkmsft @RickWinter # ServiceOwners: @gkostal @anilba06 @ahmadmsft # ServiceLabel: %Attestation @@ -46,25 +46,25 @@ # AzureSdkOwners: @LarryOsterman # ServiceLabel: %Event Hubs # PRLabel: %Event Hubs -/sdk/eventhubs/ @LarryOsterman @antkmsft @gearama @RickWinter +/sdk/eventhubs/ @LarryOsterman @antkmsft @RickWinter -# AzureSdkOwners: @gearama +# AzureSdkOwners: @rickwinter # ServiceLabel: %KeyVault # ServiceOwners: @cheathamb36 @chen-karen @lgonsoulin # PRLabel: %KeyVault -/sdk/keyvault/ @gearama @antkmsft @rickwinter @LarryOsterman +/sdk/keyvault/ @antkmsft @rickwinter @LarryOsterman # ServiceOwners:@vinjiang @Jinming-Hu @microzchang # ServiceLabel: %Storage # PRLabel: %Storage -/sdk/storage/ @vinjiang @Jinming-Hu @EmmaZhu @antkmsft @gearama @LarryOsterman @microzchang +/sdk/storage/ @vinjiang @Jinming-Hu @EmmaZhu @antkmsft @LarryOsterman @microzchang -# AzureSdkOwners: @gearama +# AzureSdkOwners: @rickwinter # ServiceLabel: %Tables # PRLabel: %Tables -/sdk/tables/ @gearama @LarryOsterman @antkmsft +/sdk/tables/ @LarryOsterman @antkmsft # AzureSdkOwners: @danieljurek # ServiceLabel: %EngSys diff --git a/eng/pipelines/templates/stages/archetype-cpp-release.yml b/eng/pipelines/templates/stages/archetype-cpp-release.yml index 53126e07b..f24e823e9 100644 --- a/eng/pipelines/templates/stages/archetype-cpp-release.yml +++ b/eng/pipelines/templates/stages/archetype-cpp-release.yml @@ -245,7 +245,7 @@ stages: $notifyUsers = ./eng/scripts/Get-TriggeringUserGitHubAlias.ps1 ` -EmailAddress "$($env:BUILD_REQUESTEDFOREMAIL)" ` -OpenApiToken "$(opensource-api-token)" ` - -Fallback '@rickwinter @ahsonkhan @antkmsft @gearama @LarryOsterman' + -Fallback '@rickwinter @antkmsft @LarryOsterman' $prComment = "Adding ${{ artifact.Name }} to release" if ($notifyUsers) {