-
Notifications
You must be signed in to change notification settings - Fork 4.8k
/
CODEOWNERS
Validating CODEOWNERS rules...
60 lines (40 loc) · 2.09 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
# 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
/sdk/core/ @pakrym @KrzysztofCwalina
# Extensions
/sdk/extensions/ @parkym
# Service teams
/sdk/appconfiguration/ @annelo-msft @AlexanderSher
/sdk/batch/ @bgklein @xingwu1
/sdk/cognitiveservices/language.textanalytics/ @assafi
/sdk/cognitiveservices/vision.computervision/ @toothache
/sdk/cognitiveservices/vision.face/ @TFR258
/sdk/eventgrid/ @Kishp01 @ahamad-MS
/sdk/eventhub/ @serkantkaraca @jsquire @kinelski
/sdk/eventhub/azure.messaging.eventhubs/ @jsquire @kinelski
/sdk/identity/ @schaabs
/sdk/keyvault/ @schaabs @heaths
/sdk/search/ @brjohnstmsft @arv100kri @bleroy @tg-msft @heaths
/sdk/search/Microsoft.*/ @brjohnstmsft @arv100kri @bleroy
/sdk/servicebus/ @nemakam @JoshLove-msft @ShivangiReja @jsquire
/sdk/storage/ @amishra-dev @seanmcc-msft @amnguye @kasobol-msft @tg-msft @JoshLove-msft
/sdk/tables/ @christothes
/sdk/textanalytics/ @annelo-msft @maririos
/sdk/formrecognizer/ @annelo-msft @kinelski @maririos
# Management Plane
/**/*Management*/ @isra-fel @erich-wang
# Reviewers to double check any API changes
/sdk/**/api/ @KrzysztofCwalina @pakrym @tg-msft
###########
# Eng Sys
###########
/eng/ @weshaggard @chidozieononiwu @mitchdenny @danieljurek
/eng/mgmt/ @isra-fel @erich-wang
/**/tests.yml @danieljurek
/**/ci.yml @mitchdenny