Skip to content

Commit 5cd0a13

Browse files
committed
chore(ci): rework mergify configuration
1 parent b3b62c6 commit 5cd0a13

File tree

1 file changed

+12
-8
lines changed

1 file changed

+12
-8
lines changed

.github/mergify.yml

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,15 @@
1-
defaults:
2-
actions:
3-
queue:
4-
allow_merging_configuration_change: true
5-
61
queue_rules:
72
- name: default
83
conditions:
9-
- check-success=buildbot/nix-eval
4+
- "check-success=buildbot/nix-eval"
5+
batch_size: 1
6+
merge:
7+
method: squash
8+
commit_message_template: |
9+
{{ title }} (#{{ number }})
10+
11+
{{ body }}
12+
allow_merging_configuration_change: true
1013

1114
pull_request_rules:
1215
- name: Automerge PRs using the merge queue
@@ -20,6 +23,7 @@ pull_request_rules:
2023

2124
- name: Delete head branch after merge
2225
conditions:
23-
- "merged"
26+
- merged
2427
actions:
25-
delete_head_branch: {}
28+
delete_head_branch:
29+
force: true

0 commit comments

Comments
 (0)