-
Notifications
You must be signed in to change notification settings - Fork 4.8k
/
CODEOWNERS
Validating CODEOWNERS rules...
85 lines (61 loc) · 2.93 KB
/
CODEOWNERS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
# Instructions for CODEOWNERS file format and automatic build failure notifications:
# https://github.com/Azure/azure-sdk/blob/master/docs/policies/opensource.md#codeowners
###########
# SDK
###########
# Catch all
/sdk/ @AlexGhiondea
# Core
# PRLabel: %Azure.Core
/sdk/core/ @pakrym @KrzysztofCwalina
# Extensions
/sdk/extensions/ @parkym
# Service teams
# PRLabel: %AzConfig
/sdk/appconfiguration/ @annelo-msft @AlexanderSher
# PRLabel: %Batch
/sdk/batch/ @bgklein @xingwu1
/sdk/cognitiveservices/language.textanalytics/ @assafi
/sdk/cognitiveservices/vision.computervision/ @toothache
/sdk/cognitiveservices/vision.face/ @TFR258
# PRLabel: %DigitalTwins
/sdk/digitaltwins/ @drwill-ms @timtay-microsoft @abhipsaMisra @vinagesh @azabbasi @prmathur-microsoft @bikamani @barustum
# PRLabel: %Event Grid
/sdk/eventgrid/ @Kishp01 @ahamad-MS
# PRLabel: %Event Hubs
/sdk/eventhub/ @serkantkaraca @jsquire @kinelski
# PRLabel: %Azure.Identity
/sdk/identity/ @schaabs @alexanderSher
# PRLabel: %Iot
/sdk/iot/ @drwill-ms @timtay-microsoft @abhipsaMisra @vinagesh @azabbasi @prmathur-microsoft @bikamani @barustum
# PRLabel: %KeyVault
/sdk/keyvault/ @schaabs @heaths
# PRLabel: %Search
/sdk/search/ @brjohnstmsft @arv100kri @bleroy @tg-msft @heaths
/sdk/search/Microsoft.*/ @brjohnstmsft @arv100kri @bleroy
# PRLabel: %Service Bus
/sdk/servicebus/ @JoshLove-msft @ShivangiReja @jsquire @MiYanni
/sdk/servicebus/Microsoft.*/ @nemakam
# PRLabel: %Storage
/sdk/storage/ @amishra-dev @seanmcc-msft @amnguye @kasobol-msft @tg-msft
# PRLabel: %Tables
/sdk/tables/ @christothes
# PRLabel: %Cognitive - Text Analytics
/sdk/textanalytics/ @annelo-msft @maririos
# PRLabel: %Cognitive - Form Recognizer
/sdk/formrecognizer/ @annelo-msft @kinelski @maririos
# Smoke tests
/common/SmokeTests/ @AlexGhiondea @schaabs @heaths @tg-msft @jsquire
# Management Plane
/**/*Management*/ @isra-fel @erich-wang
# Reviewers to double check any API changes
/sdk/**/api/ @KrzysztofCwalina @pakrym @tg-msft
# Update AutoRest C#
/eng/CodeGeneration.targets @pakrym @ShivangiReja
###########
# Eng Sys
###########
/eng/ @weshaggard @chidozieononiwu @mitchdenny @danieljurek
/eng/mgmt/ @isra-fel @erich-wang
/**/tests.yml @danieljurek
/**/ci.yml @mitchdenny