Skip to content

Commit d27d24c

Browse files
authored
Update CODEOWNERS (#1849)
Cleanup codeowners. Add Larry as an owner
1 parent 1258c61 commit d27d24c

File tree

1 file changed

+45
-10
lines changed

1 file changed

+45
-10
lines changed

.github/CODEOWNERS

Lines changed: 45 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,54 @@
11
# Instructions for CODEOWNERS file format and automatic build failure notifications:
22
# https://github.com/Azure/azure-sdk/blob/main/docs/policies/opensource.md#codeowners
33

4-
###########
5-
# SDK
6-
###########
4+
# -----------------------------------------------------------------
5+
# IMPORTANT NOTE:
6+
# The ordering of "ServiceLabel" blocks is important!
7+
#
8+
# Matching takes place from bottom-to-top and will stop after the
9+
# first match. Place less specific matches earlier in the file
10+
# and more specific matches later.
11+
#
12+
# Be sure to add new entries in the area they belong, denoted by the
13+
# header wrapped in "#" characters. (e.g. SDK, EngSys, Management)
14+
# -----------------------------------------------------------------
15+
16+
##################
17+
# Repository root
18+
##################
19+
20+
# Catch all for loose files in the root, which are mostly global configuration and
21+
# should not be changed without team discussion.
22+
/* @heaths @RickWinter @ronniegeraghty
723

824
# Catch all for non-code project files and unowned files | folders
925
/** @heaths @RickWinter @ronniegeraghty
10-
/sdk/ @heaths @RickWinter @ronniegeraghty
26+
27+
##################
28+
# Automation
29+
##################
1130

1231
# GitHub integration and bot rules
13-
/.github/ @heaths @RickWinter @ronniegeraghty
32+
/.github/ @heaths @RickWinter @ronniegeraghty @LarryOsterman
33+
34+
# PRLabel: %EngSys
35+
/sdk/template/ @weshaggard @heaths @RickWinter
36+
37+
###########
38+
# SDK
39+
###########
40+
# Catch all
41+
/sdk/ @heaths @RickWinter @ronniegeraghty @LarryOsterman
1442

1543
# AzureSDKOwners: @heaths
1644
# ServiceLabel: %Azure.Core
1745
# PRLabel: %Azure.Core
18-
/sdk/core/ @heaths @RickWinter @JeffreyRichter
46+
/sdk/core/ @heaths @RickWinter @JeffreyRichter @LarryOsterman
1947

2048
# AzureSDKOwners: @heaths
2149
# ServiceLabel: %Azure.Identity
2250
# PRLabel: %Azure.Identity
23-
/sdk/identity/ @heaths @RickWinter @JeffreyRichter
51+
/sdk/identity/ @heaths @RickWinter @JeffreyRichter @LarryOsterman
2452

2553
###########
2654
# Client SDKs
@@ -29,16 +57,23 @@
2957
# AzureSDKOwners: @heaths
3058
# ServiceLabel: %Storage
3159
# PRLabel: %Storage
32-
/sdk/storage/ @heaths @RickWinter @JeffreyRichter
60+
/sdk/storage/ @heaths @RickWinter @JeffreyRichter @LarryOsterman
3361

3462
# AzureSDKOwners: @heaths
3563
# ServiceOwner: @Pilchie
3664
# ServiceLabel: %Cosmos
3765
# PRLabel: %Cosmos
38-
/sdk/cosmos/ @analogrelay @Pilchie @kirankumarkolli @tvaron3 @FabianMeiswinkel @kundadebdatta
66+
/sdk/cosmos/ @analogrelay @Pilchie @kirankumarkolli @tvaron3 @FabianMeiswinkel @kundadebdatta
3967

4068
###########
4169
# Eng Sys
4270
###########
43-
/eng/ @weshaggard @heaths @RickWinter
71+
/eng/ @weshaggard @heaths @RickWinter
72+
/eng/common/ @Azure/azure-sdk-eng
73+
/.config/1espt/ @benbp @weshaggard
74+
/.github/workflows/ @Azure/azure-sdk-eng
4475
/.github/CODEOWNERS @RickWinter @ronniegeraghty @Azure/azure-sdk-eng
76+
77+
# Add owners for notifications for specific pipelines
78+
/eng/common/pipelines/codeowners-linter.yml @rickwinter
79+
/eng/pipelines/aggregate-reports.yml @rickwinter

0 commit comments

Comments
 (0)