-
Notifications
You must be signed in to change notification settings - Fork 825
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: require amplify cli admin to approve PRs (#13193)
- Loading branch information
Showing
1 changed file
with
5 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,7 @@ | ||
# Amplify CLI Team owns the full repo by default. | ||
|
||
* @aws-amplify/amplify-cli | ||
# Require at least one Amplify CLI Admin to approve changes. | ||
# Non-admin reviewers participate in pull request review quorum by having write access to repository. | ||
* @aws-amplify/amplify-cli-admins | ||
|
||
# Add Data team folks focused on GQL transform/codegen to ownership for packages which will be migrated, in addition to the existing cli team. | ||
|
||
/packages/amplify-graphiql-explorer @aws-amplify/amplify-cli @aws-amplify/amplify-data-buildtime | ||
/packages/amplify-velocity-template @aws-amplify/amplify-cli @aws-amplify/amplify-data-buildtime | ||
|
||
# Add folks focused on reviewing changes to CI/CD scripts/buildspecs | ||
|
||
/.circleci/ @aws-amplify/amplify-cli-admins | ||
/.github/ @aws-amplify/amplify-cli-admins | ||
/scripts/ @aws-amplify/amplify-cli-admins | ||
/shared-scripts.sh @aws-amplify/amplify-cli-admins | ||
/codebuild_specs/ @aws-amplify/amplify-cli-admins | ||
/packages/amplify-graphiql-explorer @aws-amplify/amplify-cli-admins @aws-amplify/amplify-data-buildtime | ||
/packages/amplify-velocity-template @aws-amplify/amplify-cli-admins @aws-amplify/amplify-data-buildtime |