We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 605e9fe commit 0f79f44Copy full SHA for 0f79f44
.github/mergify.yml
@@ -12,17 +12,15 @@ pull_request_rules:
12
- name: automatic merge for Dependabot pull requests
13
conditions:
14
- author~=^dependabot(|-preview)\[bot\]$
15
-# - check-success=build # matrix jobs aren't working in mergify
16
actions:
17
queue:
18
- name: dependabot
+ name: default
19
method: squash
20
commit_message: title+body
21
22
- name: Automatic merge ⬇️ on approval ✔
23
24
- base!=master
25
26
- "#approved-reviews-by>=2"
27
28
0 commit comments