Skip to content

Commit 9ba394a

Browse files
authored
ci(mergify): upgrade configuration to current format (#256)
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-01-31**, otherwise your configuration will stop working. ## What's Changed? - `pull_request_rules → actions → queue → commit_message_template`: To ease the configuration of queues, we are moving this attribute in the `queue_rules` definition. (deadline: 2025-01-31) - `pull_request_rules → actions → queue → merge_method`: To ease the configuration of queues, we are moving this attribute in the `queue_rules` definition. (deadline: 2025-01-31) ## 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! 🎉
2 parents 3aec0bb + 423e7e6 commit 9ba394a

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

.github/mergify.yml

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,6 @@
11
queue_rules:
22
- name: default
3-
conditions:
4-
# Conditions to get out of the queue (= merged)
5-
- check-success=DCO
6-
- check-success~=^Prepare .*
7-
- check-success~=^LinuxKit .*
8-
- check-success~=^Hook .*
9-
- check-success~=^Kernel .*
10-
11-
pull_request_rules:
12-
- name: Automatic merge on approval
13-
conditions:
3+
queue_conditions:
144
- base=main
155
- "#approved-reviews-by>=1"
166
- "#changes-requested-reviews-by=0"
@@ -22,11 +12,21 @@ pull_request_rules:
2212
- check-success~=^Kernel .*
2313
- label!=do-not-merge
2414
- label=ready-to-merge
15+
merge_conditions:
16+
# Conditions to get out of the queue (= merged)
17+
- check-success=DCO
18+
- check-success~=^Prepare .*
19+
- check-success~=^LinuxKit .*
20+
- check-success~=^Hook .*
21+
- check-success~=^Kernel .*
22+
commit_message_template: |
23+
{{ title }} (#{{ number }})
24+
25+
{{ body }}
26+
merge_method: merge
27+
28+
pull_request_rules:
29+
- name: Automatic merge on approval
30+
conditions: []
2531
actions:
2632
queue:
27-
method: merge
28-
name: default
29-
commit_message_template: |
30-
{{ title }} (#{{ number }})
31-
32-
{{ body }}

0 commit comments

Comments
 (0)