Skip to content

Commit 9ea7e64

Browse files
authored
ci(mergify): upgrade configuration to current format (#33971)
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 **2025-06-30**, otherwise your configuration will stop working. ## What's Changed? - The implicit priority for the queue rules, that was based on their order, is going to be removed in favor of using `priority_rules`. This transformation aim to create priority rules, based on your existing queue rules, in order to keep the same priorities. If this priority change is not needed for you, you should not close this pull request until the deadline, otherwise it will be re-created again. (deadline: 2025-06-30) ## 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:[email protected]) 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 02cb5a4 commit 9ea7e64

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

.mergify.yml

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ pull_request_rules:
6363
- name: label core
6464
actions:
6565
label:
66-
add: [ contribution/core ]
66+
add: [contribution/core]
6767
conditions:
6868
- author~=^(rix0rrr|iliapolo|otaviomacedo|kaizencc|TheRealAmazonKendra|mrgrain|pahud|ashishdhingra|kellertk|moelasmar|paulhcsun|GavinZZ|xazhao|gracelu0|shikha372|QuantumNeuralCoder|godwingrs22|bergjaak|samson-keung|IanKonlog|Leo10Gama|scorbiere|jiayiwang7|saiyush|5d|iankhou|SimonCMoore|Y-JayKim)$
6969
- -label~="contribution/core"
@@ -190,3 +190,14 @@ pull_request_rules:
190190
- "#changes-requested-reviews-by=0"
191191
- status-success~=AWS CodeBuild us-east-1
192192
- status-success=validate-pr
193+
priority_rules:
194+
- name: priority for queue `default-merge`
195+
conditions:
196+
- -label~=(blocked|do-not-merge)
197+
- label~=no-squash
198+
priority: 2500
199+
- name: priority for queue `priority-squash`
200+
conditions:
201+
- -label~=(blocked|do-not-merge|no-squash)
202+
- label~=priority-pr
203+
priority: 2250

0 commit comments

Comments
 (0)