Skip to content

Commit

Permalink
Update CODEOWNERS to include labels (#9937)
Browse files Browse the repository at this point in the history
* Update CODEOWNERS

Add labels to support the auto-label of PRs.

* Update CODEOWNERS

Update to match the format that won't break the codeowners file
  • Loading branch information
AlexGhiondea committed Jul 23, 2020
1 parent 8156847 commit c55bedb
Showing 1 changed file with 34 additions and 1 deletion.
35 changes: 34 additions & 1 deletion .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -9,34 +9,67 @@
/sdk/ @ramya-rao-a

# Core
# PRLabel: %Azure.Core
/sdk/core/abort-controller/ @chradek @xirzec @bterlson

# PRLabel: %Azure.Core
/sdk/core/core-amqp/ @ramya-rao-a @chradek @richardpark-msft @HarshaNalluru

# PRLabel: %Azure.Core
/sdk/core/core-auth/ @daviwil @xirzec @bterlson

# PRLabel: %Azure.Core
/sdk/core/core-http/ @daviwil @xirzec @bterlson @chradek @jeremymeng

# PRLabel: %Azure.Core
/sdk/core/core-lro/ @sadasant @xirzec @bterlson

# PRLabel: %Azure.Core
/sdk/core/core-paging/ @daviwil @xirzec @bterlson

# PRLabel: %Azure.Core
/sdk/core/core-tracing/ @xirzec @bterlson @chradek

# PRLabel: %Azure.Core
/sdk/core/logger @xirzec @bterlson @chradek

# Service teams
# PRLabel: %AzConfig
/sdk/appconfiguration/ @richardpark-msft @chradek

# PRLabel: %Batch
/sdk/batch/ @xingwu1 @matthchr @bgklein

# PRLabel: %Cosmos
/sdk/cosmosdb/ @southpolesteve @zfoster

# PRLabel: %Event Hubs
/sdk/eventhub/ @ramya-rao-a @chradek @richardpark-msft @HarshaNalluru

# PRLabel: %Service Bus
/sdk/servicebus/ @ramya-rao-a @chradek @richardpark-msft @HarshaNalluru

# PRLabel: %Azure.Identity
/sdk/identity/ @schaabs @daviwil @jonathandturner @sadasant

# PRLabel: %KeyVault
/sdk/keyvault/ @jonathandturner @sadasant
/sdk/storage/ @XiaoningLiu @jeremymeng @HarshaNalluru @vinjiang @jiacfan @ljian3377

# PRLabel: %Storage
/sdk/storage/ @XiaoningLiu @jeremymeng @HarshaNalluru @vinjiang @jiacfan @ljian3377

# PRLabel: %Tables
/sdk/tables/ @mahdiva @joheredi

/sdk/test-utils/ @HarshaNalluru @sadasant

# PRLabel: %Cognitive - Text Analytics
/sdk/textanalytics/ @xirzec @willmtemple

# PRLabel: %Cognitive - Form Recognizer
/sdk/formrecognizer/ @jeremymeng @willmtemple

# PRLabel: %Search
/sdk/search/ @xirzec @sarangan12

/sdk/cognitiveservices/cognitiveservices-qnamaker-runtime/ @bingisbestest @nerajput1607
Expand Down

0 comments on commit c55bedb

Please sign in to comment.