Skip to content

Commit 99e4b69

Browse files
authored
Merge pull request #806 from fdo-rs/mergify/configuration-deprecated-update
ci(mergify): upgrade configuration to current format
2 parents d7e60de + d2e0fbd commit 99e4b69

1 file changed

Lines changed: 7 additions & 5 deletions

File tree

.mergify.yml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ queue_rules:
88
- base=main
99
- "#approved-reviews-by>=1"
1010
merge_method: merge
11-
- name: duplicated fido-device-onboard-rs from Automatic merge on approval (stability impact
12-
no impact)
11+
- name: duplicated fido-device-onboard-rs from Automatic merge on approval (stability impact no
12+
impact)
1313
queue_conditions:
1414
- base=main
1515
- "#approved-reviews-by>=1"
@@ -30,8 +30,8 @@ queue_rules:
3030
merge_method: merge
3131

3232
pull_request_rules:
33-
- name: Automatic merge on approval + Automatic merge on approval (stability impact no
34-
impact) + Automatic merge on approval (stability impact)
33+
- name: Automatic merge on approval + Automatic merge on approval (stability impact no impact)
34+
+ Automatic merge on approval (stability impact)
3535
conditions: []
3636
actions:
3737
queue:
@@ -40,9 +40,11 @@ priority_rules:
4040
conditions:
4141
- "label!=possible stability impact"
4242
priority: 2500
43-
- name: priority for queue `duplicated fido-device-onboard-rs from Automatic merge on approval
43+
allow_checks_interruption: true
44+
- name: priority for queue `duplicated fido-device-onboard-rs from Automatic merge on approval
4445
(stability impact no impact)`
4546
conditions:
4647
- "#approved-reviews-by>=1"
4748
- "label=stability impact assessed: no impact"
4849
priority: 2250
50+
allow_checks_interruption: true

0 commit comments

Comments
 (0)