Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[CODEOWNERS] Remove Wildcards in Messaging #21060

Merged
merged 1 commit into from
May 13, 2021
Merged
Changes from all 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
16 changes: 11 additions & 5 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -284,16 +284,22 @@
/sdk/eventgrid/ @Kishp01 @ahamad-MS @jfggdl @JoshLove-msft

# PRLabel: %Event Grid %Functions
/sdk/eventgrid/Microsoft.Azure.WebJobs.Extensions.EventGrid/ @pakrym @jsquire
/sdk/eventgrid/Microsoft.Azure.WebJobs.Extensions.EventGrid/ @pakrym @jsquire @JoshLove-msft

# PRLabel: %Event Hubs
/sdk/eventhub/ @serkantkaraca @jsquire

# PRLabel: %Event Hubs %Functions
/sdk/eventhub/eventhub/Microsoft.Azure.WebJobs.Extensions.EventHubs/ @pakrym @JoshLove-msft
/sdk/eventhub/eventhub/Microsoft.Azure.WebJobs.Extensions.EventHubs/ @pakrym @JoshLove-msft @jsquire

# ServiceLabel: %Event Hubs %Service Attention
/sdk/eventhub/Microsoft.*/ @serkantkaraca @sjkwak
/sdk/eventhub/Microsoft.Azure.EventHubs/ @serkantkaraca @sjkwak

# ServiceLabel: %Event Hubs %Service Attention
/sdk/eventhub/Microsoft.Azure.EventHubs.Processor/ @serkantkaraca @sjkwak

# ServiceLabel: %Event Hubs %Service Attention
/sdk/eventhub/Microsoft.Azure.EventHubs.ServiceFabricProcessor/ @JamesBirdsall @serkantkaraca @sjkwak

# ServiceLabel: %Functions %Service Attention
#/<NotInRepo>/ @ahmedelnably @fabiocav
Expand Down Expand Up @@ -526,10 +532,10 @@ sdk/trafficmanager/Microsoft.Azure.Management.TrafficManager/ @tmsupp
/sdk/servicebus/ @JoshLove-msft @jsquire

# PRLabel: %Service Bus %Functions
/sdk/servicebus/Microsoft.Azure.WebJobs.Extensions.ServiceBus/ @pakrym
/sdk/servicebus/Microsoft.Azure.WebJobs.Extensions.ServiceBus/ @pakrym @JoshLove-msft @jsquire

# ServiceLabel: %Service Bus %Service Attention
/sdk/servicebus/Microsoft.*/ @axisc
/sdk/servicebus/Microsoft.Azure.ServiceBus/ @axisc

# ServiceLabel: %Service Fabric %Service Attention
/sdk/servicefabric/Microsoft.Azure.Management.ServiceFabric/ @QingChenmsft @vaishnavk @juhacket
Expand Down