|
1 | 1 | # Instructions for CODEOWNERS file format and automatic build failure notifications:
|
2 | 2 | # https://github.com/Azure/azure-sdk/blob/main/docs/policies/opensource.md#codeowners
|
3 | 3 |
|
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 |
7 | 23 |
|
8 | 24 | # Catch all for non-code project files and unowned files | folders
|
9 | 25 | /** @heaths @RickWinter @ronniegeraghty
|
10 |
| -/sdk/ @heaths @RickWinter @ronniegeraghty |
| 26 | + |
| 27 | +################## |
| 28 | +# Automation |
| 29 | +################## |
11 | 30 |
|
12 | 31 | # 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 |
14 | 42 |
|
15 | 43 | # AzureSDKOwners: @heaths
|
16 | 44 | # ServiceLabel: %Azure.Core
|
17 | 45 | # PRLabel: %Azure.Core
|
18 |
| -/sdk/core/ @heaths @RickWinter @JeffreyRichter |
| 46 | +/sdk/core/ @heaths @RickWinter @JeffreyRichter @LarryOsterman |
19 | 47 |
|
20 | 48 | # AzureSDKOwners: @heaths
|
21 | 49 | # ServiceLabel: %Azure.Identity
|
22 | 50 | # PRLabel: %Azure.Identity
|
23 |
| -/sdk/identity/ @heaths @RickWinter @JeffreyRichter |
| 51 | +/sdk/identity/ @heaths @RickWinter @JeffreyRichter @LarryOsterman |
24 | 52 |
|
25 | 53 | ###########
|
26 | 54 | # Client SDKs
|
|
29 | 57 | # AzureSDKOwners: @heaths
|
30 | 58 | # ServiceLabel: %Storage
|
31 | 59 | # PRLabel: %Storage
|
32 |
| -/sdk/storage/ @heaths @RickWinter @JeffreyRichter |
| 60 | +/sdk/storage/ @heaths @RickWinter @JeffreyRichter @LarryOsterman |
33 | 61 |
|
34 | 62 | # AzureSDKOwners: @heaths
|
35 | 63 | # ServiceOwner: @Pilchie
|
36 | 64 | # ServiceLabel: %Cosmos
|
37 | 65 | # PRLabel: %Cosmos
|
38 |
| -/sdk/cosmos/ @analogrelay @Pilchie @kirankumarkolli @tvaron3 @FabianMeiswinkel @kundadebdatta |
| 66 | +/sdk/cosmos/ @analogrelay @Pilchie @kirankumarkolli @tvaron3 @FabianMeiswinkel @kundadebdatta |
39 | 67 |
|
40 | 68 | ###########
|
41 | 69 | # Eng Sys
|
42 | 70 | ###########
|
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 |
44 | 75 | /.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