-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCODEOWNERS
15 lines (15 loc) · 919 Bytes
/
CODEOWNERS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# These owners will be the default owners for everything in the repo.
# Unless a later match takes precedence, these users will be requested
# for review whenever someone opens a pull request.
* @AzureAD/AppleIdentityTeam
# @AzureAD/AppleIdentityTeam and @AzureAD/MSAL-ObjC-CIAM will be the co-owners of the MSAL.project file
/MSAL/MSAL.xcodeproj/project.pbxproj @AzureAD/AppleIdentityTeam @AzureAD/MSAL-ObjC-CIAM
# @AzureAD/MSAL-ObjC-CIAM owns any files in the */native_auth
# directories, subdirectories and the module.modulemap file.
/MSAL/module.modulemap @AzureAD/MSAL-ObjC-CIAM
/MSAL/src/native_auth/ @AzureAD/MSAL-ObjC-CIAM
/MSAL/test/unit/native_auth/ @AzureAD/MSAL-ObjC-CIAM
/MSAL/test/integration/native_auth/ @AzureAD/MSAL-ObjC-CIAM
# For more details about inheritance patterns, or to assign different
# owners for individual file extensions, see:
# https://help.github.com/articles/about-codeowners/