-
Notifications
You must be signed in to change notification settings - Fork 36
/
CODEOWNERS
Validating CODEOWNERS rules...
25 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
24
25
# 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.
/common/src/main/java/com/microsoft/identity/common/nativeauth/ @AzureAD/NativeAuthTeam
/common/src/test/java/com/microsoft/identity/common/nativeauth/ @AzureAD/NativeAuthTeam
/common4j/src/main/com/microsoft/identity/common/java/nativeauth/ @AzureAD/NativeAuthTeam
/common4j/src/test/com/microsoft/identity/common/java/nativeauth/ @AzureAD/NativeAuthTeam
/common4j/src/testFixtures/java/com/microsoft/identity/common/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:
# /common4j/src/main/java/com/microsoft/identity/common/java/interfaces/ @iamgusain