-
Notifications
You must be signed in to change notification settings - Fork 248
/
CODEOWNERS
Validating CODEOWNERS rules...
43 lines (34 loc) · 1.15 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
# Instructions for CODEOWNERS file format and automatic build failure notifications:
# https://github.com/Azure/azure-sdk/blob/main/docs/policies/opensource.md#codeowners
###########
# SDK
###########
# Catch all for non-code project files and unowned files | folders
/** @heaths @RickWinter @ronniegeraghty
/sdk/ @heaths @RickWinter @ronniegeraghty
# GitHub integration and bot rules
/.github/ @heaths @RickWinter @ronniegeraghty
# AzureSDKOwners: @heaths
# ServiceLabel: %Azure.Core
# PRLabel: %Azure.Core
/sdk/core/ @heaths @RickWinter @JeffreyRichter
# AzureSDKOwners: @heaths
# ServiceLabel: %Azure.Identity
# PRLabel: %Azure.Identity
/sdk/identity/ @heaths @RickWinter @JeffreyRichter
###########
# Client SDKs
###########
# AzureSDKOwners: @heaths
# ServiceLabel: %Storage
# PRLabel: %Storage
/sdk/storage/ @heaths @RickWinter @JeffreyRichter
# AzureSDKOwners: @heaths
# ServiceOwner: @Pilchie
# ServiceLabel: %Cosmos
# PRLabel: %Cosmos
/sdk/cosmos/ @analogrelay @Pilchie
###########
# Eng Sys
###########
/eng/ @weshaggard @heaths @RickWinter