Skip to content

Commit 342965c

Browse files
alvazjorJorge Diaz
andauthored
chore(mergify): add merge_bot_account to enable automatic merging (#35217)
### Issue # (if applicable) Closes #<issue number here>. ### 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 Automation` to the `.mergify.yml` configuration 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 - [x] My code adheres to the [CONTRIBUTING GUIDE](https://github.com/aws/aws-cdk/blob/main/CONTRIBUTING.md) and [DESIGN GUIDELINES](https://github.com/aws/aws-cdk/blob/main/docs/DESIGN_GUIDELINES.md) ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license* Co-authored-by: Jorge Diaz <[email protected]>
1 parent 1588042 commit 342965c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.mergify.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# See https://doc.mergify.io
2+
merge_bot_account: aws-cdk-automation
23
merge_queue:
34
# Hopefully this gets Mergify to stop creating PRs just to test merges (it both messes with statistics and our automatic validations)
45
max_parallel_checks: 1

0 commit comments

Comments
 (0)