-
Notifications
You must be signed in to change notification settings - Fork 4.3k
chore(mergify): add merge_bot_account to enable automatic merging #35217
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
Conversation
.mergify.yml
Outdated
| @@ -1,4 +1,5 @@ | |||
| # See https://doc.mergify.io | |||
| merge_bot_account: AWS CDK Automation | |||
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.
Should it be account id or account name?
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.
Account name of the github account, not the gh user name. Fix incoming
|
Thank you for contributing! Your pull request will be updated from main and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork). |
Configure aws-cdk-automation as the merge bot account to allow Mergify to automatically execute merge operations for PRs that meet the queue conditions.
e09ce11 to
dc398da
Compare
|
Thank you for contributing! Your pull request will be updated from main and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork). |
|
Thank you for contributing! Your pull request will be updated from main and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork). |
|
Comments on closed issues and PRs are hard for our team to see. |
Issue # (if applicable)
Closes #.
Reason for this change
Mergify needs a designated bot account to automatically execute merge operations for PRs that meet the merge queue conditions. Without this configuration, automatic merging may not function properly.
Description of changes
Configure AWS CDK Automation as the merge bot account to allow Mergify to automatically execute merge operations for PRs that meet the queue conditions.
Added
merge_bot_account: AWS CDK Automationto the.mergify.ymlconfiguration file. This designates the AWS CDK Automation account as the bot responsible for executing automatic merges when PRs meet the defined queue conditions.Describe any new or updated permissions being added
NA
Checklist
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license