Skip to content

Commit 4270b0e

Browse files
authored
ci(mergify): upgrade configuration to current format (#1288)
Hey there! 👋 We've noticed that your Mergify configuration is using some deprecated fields. No worries—we've got your back! This automated PR updates your config to align with the newest standards, ensuring everything keeps running smoothly. Do not procrastinate! You **must upgrade** your configuration before **2026-07-16**, otherwise your configuration will stop working. ## What's Changed? - `queue_rules → autoqueue`: `autoqueue` in `queue_rules` is deprecated. Use `auto_merge` in `merge_protections_settings` instead. (deadline: 2026-07-16) ## Why This Matters Keeping your configuration up-to-date means you'll benefit from the latest features and improvements Mergify has to offer. Plus, it helps prevent any unexpected hiccups down the road. ## Got Questions? We've Got Answers! 🙌 **Is this update safe to merge?** Absolutely! We've made sure the changes are compatible with your current setup. Your workflows should continue to work just as before—if not better! **Do I need to do anything special after merging?** Nope! Just merge this PR, and you're all set. If you have any custom configurations, it's a good idea to give them a quick look to ensure everything's in order. **What if I run into issues or have concerns?** We're here to help! Feel free to [reach out to our support team](mailto:support@mergify.com) anytime. Thanks for being awesome and keeping your configuration up-to-date! If you have any thoughts or need a hand, don't hesitate to let us know. Happy merging! 🎉
1 parent 3224de1 commit 4270b0e

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.mergify.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ shared:
1010

1111
queue_rules:
1212
- name: dependencies
13-
autoqueue: true
1413
queue_conditions:
1514
- base=main
1615
- label!=manual merge
@@ -22,7 +21,6 @@ queue_rules:
2221
batch_max_wait_time: 5min
2322
commit_message_template:
2423
- name: default
25-
autoqueue: true
2624
queue_conditions:
2725
- base=main
2826
- label!=manual merge
@@ -68,3 +66,4 @@ merge_queue:
6866

6967
merge_protections_settings:
7068
reporting_method: deployments
69+
auto_merge: true

0 commit comments

Comments
 (0)