-
Notifications
You must be signed in to change notification settings - Fork 177
Expand file tree
/
Copy pathCODEOWNERS
More file actions
20 lines (17 loc) · 818 Bytes
/
CODEOWNERS
File metadata and controls
20 lines (17 loc) · 818 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# This is a comment.
# Each line is a file pattern followed by one or more owners.
# These owners will be the default owners for everything in
# the repo. Unless a later match takes precedence,
* @microsoft/fluentui-native
# publishing related files require admin approval
Podfile @microsoft/fluentui-native-admins
*.podspec @microsoft/fluentui-native-admins
info.plist @microsoft/fluentui-native-admins
*.nuspec @microsoft/fluentui-native-admins
*.yml @microsoft/fluentui-native-admins
*.xcconfig @microsoft/fluentui-native-admins
Package.swift @microsoft/fluentui-native-admins
CODEOWNERS @microsoft/fluentui-native-admins
# any scripts added to repo require admin approval
*.sh @microsoft/fluentui-native-admins
*.js @microsoft/fluentui-native-admins