-
Notifications
You must be signed in to change notification settings - Fork 125
/
CODEOWNERS
Validating CODEOWNERS rules...
24 lines (17 loc) · 1.05 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
# 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
#--------------------
* @AzureAD/androididentity
# Area Owners
#---------------------
# @AzureAD/NativeAuthTeam owns any files related to CIAM native authentication.
msal/src/main/java/com/microsoft/identity/nativeauth/ @AzureAD/NativeAuthTeam
msal/src/test/java/com/microsoft/identity/nativeauth/ @AzureAD/NativeAuthTeam
msal/src/test/java/com/microsoft/identity/client/e2e/tests/network/nativeauth/ @AzureAD/NativeAuthTeam
msal/src/androidTest/java/com/microsoft/identity/nativeauth/ @AzureAD/NativeAuthTeam
msal/testapps/testapp/src/main/java/com/microsoft/identity/client/testapp/nativeauth @AzureAD/NativeAuthTeam
# If you are interested in reviewing or getting notified of changes in a particular area
# Please add your alias against that specific path below
# Example:
# /msalautomationapp/ @iamgusain