Skip to content

Commit d5a5679

Browse files
committed
Switch from auto-merge to mergify
1 parent 8f8becd commit d5a5679

2 files changed

Lines changed: 19 additions & 19 deletions

File tree

.github/auto-merge.yml

Lines changed: 0 additions & 19 deletions
This file was deleted.

.mergify.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
pull_request_rules:
2+
- name: Auto-Merge
3+
conditions:
4+
- "label=auto-merge"
5+
- "status-success=build"
6+
- "status-success=ogbot PR title"
7+
- "#approved-reviews-by>=1"
8+
- "-conflict"
9+
- "title~=^((?!(wip|WIP)).)*$"
10+
actions:
11+
merge:
12+
method: squash
13+
rebase_fallback: null
14+
strict: smart
15+
- name: Delete-Branch
16+
conditions:
17+
- "merged"
18+
actions:
19+
delete_head_branch: {}

0 commit comments

Comments
 (0)