-
Notifications
You must be signed in to change notification settings - Fork 4.8k
/
CODEOWNERS
Validating CODEOWNERS rules...
107 lines (77 loc) · 4.04 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
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
# 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/ @pakrym
# Compute
# PRLabel: %Compute
/sdk/compute/ @bilaakpan-ms @sandido @dkulkarni-ms @haagha @madewithsmiles @MS-syh2qs @grizzlytheodore
# Service teams
# PRLabel: %App Configuration
/sdk/appconfiguration/ @annelo-msft @AlexanderSher
/sdk/applicationinsights/Microsoft.Azure.App*/ @divyajay @geneh @alongafni
/sdk/operationalinsights/Microsoft.Azure.Ope*/ @divyajay @geneh @alongafni
# PRLabel: %Batch
/sdk/batch/ @paterasMSFT @dpwatrous
# PRLabel: %Communication
/sdk/communication/ @RezaJooyandeh @DominikMe @ankitarorabit @Azure/azure-sdk-communication-code-reviewers
/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 @bikamani @barustum
# PRLabel: %Event Grid
/sdk/eventgrid/ @Kishp01 @ahamad-MS
# PRLabel: %Event Hubs
/sdk/eventhub/ @serkantkaraca @jsquire
# 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: %Cognitive - Metrics Advisor
/sdk/metricsadvisor/ @kinelski
# 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/ @tg-msft
/sdk/storage/Azure.Storage.*/ @amishra-dev @seanmcc-msft @amnguye @kasobol-msft @tg-msft
/sdk/storage/Microsoft.Azure.WebJobs.*/ @amishra-dev @seanmcc-msft @amnguye @kasobol-msft @tg-msft @fabiocav @mathewc
# PRLabel: %Tables
/sdk/tables/ @christothes
# PRLabel: %EngSys
/sdk/template/ @Azure/azure-sdk-eng
# PRLabel: %Cognitive - Text Analytics
/sdk/textanalytics/ @annelo-msft @maririos
# PRLabel: %Cognitive - Form Recognizer
/sdk/formrecognizer/ @annelo-msft @kinelski @maririos
# PRLabel: %Monitor - Exporter
/sdk/monitor/OpenTelemetry.*/ @cijothomas @reyang @rajkumar-rangaraj @TimothyMothra
# Smoke tests
/common/SmokeTests/ @AlexGhiondea @schaabs @heaths @tg-msft @jsquire
# Management Plane
/**/*Management*/ @allenjzhang @m-nash @markcowl @YalinLi0312 @bquantump @nisha-bhatia
/**/Azure.ResourceManager*/ @allenjzhang @m-nash @markcowl @YalinLi0312 @bquantump @nisha-bhatia
# Reviewers to double check any API changes
/sdk/**/api/ @KrzysztofCwalina @tg-msft
# Update AutoRest C#
/eng/CodeGeneration.targets @pakrym @ShivangiReja
###########
# Eng Sys
###########
/eng/ @weshaggard @chidozieononiwu @mitchdenny @danieljurek
/eng/mgmt/ @allenjzhang @m-nash @markcowl
/**/tests.yml @danieljurek
/**/ci.yml @mitchdenny