From 12fb2f8235d6f9747707e5c1e1892cce71782e0c Mon Sep 17 00:00:00 2001 From: Rick Winter Date: Thu, 15 Feb 2024 16:03:26 -0800 Subject: [PATCH] Update CodeOwners (#5359) * Update CodeOwners * Remove the package that doesn't exist * Add more individuals to Tables --- .github/CODEOWNERS | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index faffd8b8c..f59803aab 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -31,6 +31,11 @@ # PRLabel: %Attestation /sdk/attestation/ @gkostal @anilba06 @ahmadmsft @LarryOsterman @rickwinter +# AzureSDKOwners: @LarryOsterman +# ServiceLabel: %Event Hubs +# PRLabel: %Event Hubs +/sdk/eventhubs/ @LarryOsterman @antkmsft @ahsonkhan @gearama @RickWinter + # AzureSDKOwners: @gearama # ServiceLabel: %KeyVault # PRLabel: %KeyVault @@ -41,6 +46,11 @@ # PRLabel: %Storage /sdk/storage/ @vinjiang @Jinming-Hu @EmmaZhu @antkmsft @gearama @LarryOsterman @microzchang +# AzureSDKOwners: @gearama +# ServiceLabel: %Tables +# PRLabel: %Tables +/sdk/tables/ @gearama @LarryOsterman @antkmsft @ahsonkhan + # AzureSDKOwners: @danieljurek # PRLabel: %EngSys /sdk/template/ @danieljurek @weshaggard @LarryOsterman @RickWinter