-
Notifications
You must be signed in to change notification settings - Fork 126
/
Copy pathCODEOWNERS
32 lines (21 loc) · 1.24 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
# Each line is a file pattern followed by one or more owners.
# Reference: https://docs.github.com/en/github/creating-cloning-and-archiving-repositories/about-code-owners
# Repo Code Owners
#--------------------
* @AdamBJohnsonx @iambmelt @rpdome @shahzaibj @shoatman
# Area Owners
#---------------------
# Automation
/msalautomationapp/ @shahzaibj @rpdome
/msal/src/test/ @shahzaibj @rpdome
/msal/src/androidTest/ @shahzaibj @rpdome
# Build
*.gradle @shoatman @AdamBJohnsonx @shahzaibj
# Docs
/docs @iambmelt @AdamBJohnsonx
# PackageInspector
/package-inspector @iambmelt @shahzaibj
# Pipelines
/azure-pipelines/ @shoatman @shahzaibj @p3dr0rv
# PoP Benchmarker
/pop-benchmarker @iambmelt @AdamBJohnsonx