-
Notifications
You must be signed in to change notification settings - Fork 3.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: apply mergify rules to v2-main branch #11939
Conversation
The same set of mergify rules are used for 'master' and 'v2-main' branches. With these changes, regular PRs from contributors get auto-merged. This is currently not the case. This also removes any special rules for v2 and reduces the number of rules.
@@ -121,22 +118,4 @@ pull_request_rules: | |||
- "#approved-reviews-by>=1" | |||
- "#changes-requested-reviews-by=0" | |||
- status-success~=AWS CodeBuild us-east-1 | |||
- status-success=validate-pr | |||
- name: automatic merge of v2 forward merges |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Don't we want auto-merge of FW merges?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Of course. Once we get this in - https://github.com/aws/cdk-ops/pull/1009 - it should not be different from any other PR.
Auto approval is configured here - https://github.com/aws/aws-cdk/blob/master/.github/workflows/auto-approve-v2-merge-forward.yml
Something else I missed?
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
The same set of mergify rules are used for 'master' and 'v2-main' branches. With these changes, regular PRs from contributors get auto-merged. This is currently not the case. This also removes any special rules for v2 and reduces the number of rules.
The same set of mergify rules are used for 'master' and 'v2-main'
branches.
With these changes, regular PRs from contributors get auto-merged. This
is currently not the case.
This also removes any special rules for v2 and reduces the number of
rules.
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license