Skip to content

Commit 5fd8464

Browse files
authored
chore: require admin approval for codeowners and CI/CD versions (#3684)
1 parent cd5545b commit 5fd8464

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/CODEOWNERS

+8-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,8 @@
1-
* @aws-amplify/amplify-ios
1+
# Amplify iOS / Swift team has general approval permissions.
2+
* @aws-amplify/amplify-ios
3+
4+
# Changes to this file requires admin approval.
5+
/.github/CODEOWNERS @aws-amplify/amplify-ios-admins
6+
7+
# Changes to Xcode / OS runtime versions run in CI/CD requires admin approval.
8+
/.github/composite_actions/get_platform_parameters/action.yml @aws-amplify/amplify-ios-admins

0 commit comments

Comments
 (0)