Skip to content

Commit fa15fac

Browse files
authored
Add codeowner file (Azure#1610)
1 parent ddedf47 commit fa15fac

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed

.github/CODEOWNERS

+34
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
# Instructions for CODEOWNERS file format and automatic build failure notifications:
2+
# https://github.com/Azure/azure-sdk/blob/main/docs/policies/opensource.md#codeowners
3+
4+
###########
5+
# SDK
6+
###########
7+
8+
# Catch all for non-code project files and unowned files | folders
9+
/** @heaths @RickWinter
10+
/sdk/ @heaths @RickWinter
11+
12+
# AzureSDKOwners: @heaths
13+
# ServiceLabel: %Azure.Core
14+
# PRLabel: %Azure.Core
15+
/sdk/core/ @heaths @RickWinter @JeffreyRichter
16+
17+
# AzureSDKOwners: @heaths
18+
# ServiceLabel: %Azure.Identity
19+
# PRLabel: %Azure.Identity
20+
/sdk/identity/ @heaths @RickWinter @JeffreyRichter
21+
22+
###########
23+
# Client SDKs
24+
###########
25+
26+
# AzureSDKOwners: @heaths
27+
# ServiceLabel: %Storage
28+
# PRLabel: %Storage
29+
/sdk/storage/ @heaths @RickWinter @JeffreyRichter
30+
31+
###########
32+
# Eng Sys
33+
###########
34+
/eng/ @weshaggard @heaths @RickWinter

0 commit comments

Comments
 (0)