Skip to content

Commit 5e371ed

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

File tree

1 file changed

+4
-11
lines changed

1 file changed

+4
-11
lines changed

.github/mergify.yml

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,9 @@
1-
defaults:
2-
actions:
3-
queue:
4-
allow_merging_configuration_change: true
5-
61
queue_rules:
72
- name: default
83
conditions:
94
- check-success=buildbot/nix-eval
5+
merge:
6+
method: squash
107

118
pull_request_rules:
129
- name: Automerge PRs using the merge queue
@@ -17,9 +14,5 @@ pull_request_rules:
1714
queue:
1815
name: default
1916
method: squash
20-
21-
- name: Delete head branch after merge
22-
conditions:
23-
- "merged"
24-
actions:
25-
delete_head_branch: {}
17+
delete_head_branch:
18+
force: true

0 commit comments

Comments
 (0)