We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd34f0c commit da47f61Copy full SHA for da47f61
.github/mergify.yml
@@ -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
14
+ - base!=master
15
+ - "#approved-reviews-by>=1"
16
+ - "#changes-requested-reviews-by=0"
17
+ - -title~=(WIP|wip)
18
19
+ - check-success=Semantic Pull Request
20
+ - body~=(?m)^\[X\] Meet tenets criteria
21
22
23
+ strict: smart
24
25
+ strict_method: merge
26
0 commit comments