-
Notifications
You must be signed in to change notification settings - Fork 4.8k
/
CODEOWNERS
Validating CODEOWNERS rules...
44 lines (32 loc) · 1.03 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
# Instructions for CODEOWNERS file format and automatic build failure notifications:
# https://github.com/Azure/azure-sdk/blob/master/docs/engineering-system/codeowners.md
###########
# SDK
###########
# Catch all
/sdk/ @AlexGhiondea
# Core
/sdk/core/ @pakrym
# Service teams
/sdk/appconfiguration/ @annelo-msft
/sdk/batch/ @matthchr
/sdk/cognitiveservices/language.textanalytics/ @assafi
/sdk/cognitiveservices/vision.computervision/ @toothache
/sdk/cognitiveservices/vision.face/ @TFR258
/sdk/eventgrid/ @kalyanaj
/sdk/eventhub/ @serkantkaraca @jsquire @kinelski
/sdk/eventhub/azure.messaging.eventhubs/ @jsquire @kinelski
/sdk/identity/azure.identity/ @schaabs
/sdk/keyvault/ @schaabs @heaths
/sdk/search/ @brjohnstmsft
/sdk/servicebus/ @nemakam @jsquire
/sdk/storage/ @seanmcc-msft @amnguye @tg-msft
# Management Plane
/**/*Management*/ @erich-wang
###########
# Eng Sys
###########
/eng/ @weshaggard @chidozieononiwu @mitchdenny @danieljurek
/eng/mgmt/ @erich-wang
/**/tests.yml @danieljurek
/**/ci.yml @mitchdenny