We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f63f74f commit 905ca2aCopy full SHA for 905ca2a
1 file changed
.mergify.yml
@@ -1,16 +1,16 @@
1
queue_rules:
2
- name: dependabot
3
- conditions:
+ queue_conditions:
4
+ - author=dependabot[bot]
5
+ merge_conditions:
6
- author=dependabot[bot]
7
- status-success=test
8
- status-success=lint
9
- base=master
-
10
+ merge_method: squash
11
+
12
pull_request_rules:
- - name: automatic merge for Dependabot pull requests
- - author=dependabot[bot]
13
+ - name: refactored queue action rule
14
+ conditions: []
15
actions:
16
queue:
- method: squash
0 commit comments