-
Notifications
You must be signed in to change notification settings - Fork 246
/
CODEOWNERS
Validating CODEOWNERS rules...
74 lines (60 loc) · 2.38 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
# Instructions for CODEOWNERS file format and automatic build failure notifications:
# https://github.com/Azure/azure-sdk/blob/main/docs/policies/opensource.md#codeowners
# -----------------------------------------------------------------
# IMPORTANT NOTE:
# The ordering of "ServiceLabel" blocks is important!
#
# Matching takes place from bottom-to-top and will stop after the
# first match. Place less specific matches earlier in the file
# and more specific matches later.
#
# Be sure to add new entries in the area they belong, denoted by the
# header wrapped in "#" characters. (e.g. SDK, EngSys, Management)
# -----------------------------------------------------------------
##################
# Repository root
##################
# Catch all for loose files in the root, which are mostly global configuration and
# should not be changed without team discussion.
/* @heaths @RickWinter @ronniegeraghty
# Catch all for non-code project files and unowned files | folders
/** @heaths @RickWinter @ronniegeraghty
##################
# Automation
##################
# GitHub integration and bot rules
/.github/ @heaths @RickWinter @ronniegeraghty @LarryOsterman
###########
# SDK
###########
# Catch all
/sdk/ @heaths @RickWinter @ronniegeraghty @LarryOsterman
# AzureSDKOwners: @heaths
# ServiceLabel: %Azure.Core
# PRLabel: %Azure.Core
/sdk/core/ @heaths @RickWinter @JeffreyRichter @LarryOsterman
# AzureSDKOwners: @heaths
# ServiceLabel: %Azure.Identity
# PRLabel: %Azure.Identity
/sdk/identity/ @heaths @RickWinter @JeffreyRichter @LarryOsterman
###########
# Client SDKs
###########
# AzureSDKOwners: @heaths
# ServiceLabel: %Storage
# PRLabel: %Storage
/sdk/storage/ @heaths @RickWinter @JeffreyRichter @LarryOsterman
# AzureSDKOwners: @heaths
# ServiceOwner: @Pilchie
# ServiceLabel: %Cosmos
# PRLabel: %Cosmos
/sdk/cosmos/ @analogrelay @Pilchie @kirankumarkolli @tvaron3 @FabianMeiswinkel @kundadebdatta
###########
# Eng Sys
###########
/eng/ @weshaggard @heaths @RickWinter
/eng/common/ @Azure/azure-sdk-eng
/.github/workflows/ @Azure/azure-sdk-eng
/.github/CODEOWNERS @RickWinter @ronniegeraghty @Azure/azure-sdk-eng
# Add owners for notifications for specific pipelines
/eng/common/pipelines/codeowners-linter.yml @rickwinter