Skip to content

Commit 5ce5fd1

Browse files
chore(mergify): Update config
1 parent 2933d58 commit 5ce5fd1

File tree

1 file changed

+8
-10
lines changed

1 file changed

+8
-10
lines changed

.mergify.yml

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,19 @@
11
pull_request_rules:
2-
- name: Auto Squash and Merge
2+
- name: 'Auto Squash and Merge'
33
conditions:
44
- base=master
5-
- status-success=ci
6-
- 'label=ready to squash and merge'
5+
- check-success=ci
6+
- label=ready to squash and merge
77
actions:
8-
delete_head_branch: {}
8+
delete_head_branch:
99
merge:
1010
method: squash
11-
strict: smart
12-
- name: Auto Rebase and Merge
11+
- name: 'Auto Rebase and Merge'
1312
conditions:
1413
- base=master
15-
- status-success=ci
16-
- 'label=ready to rebase and merge'
14+
- check-success=ci
15+
- label=ready to rebase and merge
1716
actions:
18-
delete_head_branch: {}
17+
delete_head_branch:
1918
merge:
2019
method: rebase
21-
strict: smart

0 commit comments

Comments
 (0)