Skip to content

Commit da47f61

Browse files
authored
chore: enable mergify (#450)
1 parent fd34f0c commit da47f61

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

Diff for: .github/mergify.yml

+26
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
pull_request_rules:
2+
- name: automatic merge for Dependabot pull requests
3+
conditions:
4+
- author~=^dependabot(|-preview)\[bot\]$
5+
- check-success=Build
6+
actions:
7+
merge:
8+
strict: false
9+
method: squash
10+
commit_message: title+body
11+
12+
- name: Automatic merge ⬇️ on approval ✔
13+
conditions:
14+
- base!=master
15+
- "#approved-reviews-by>=1"
16+
- "#changes-requested-reviews-by=0"
17+
- -title~=(WIP|wip)
18+
- check-success=Build
19+
- check-success=Semantic Pull Request
20+
- body~=(?m)^\[X\] Meet tenets criteria
21+
actions:
22+
merge:
23+
strict: smart
24+
method: squash
25+
strict_method: merge
26+
commit_message: title+body

0 commit comments

Comments
 (0)