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 bd84346 commit e7e755cCopy full SHA for e7e755c
.mergify.yml
@@ -1,15 +1,15 @@
1
queue_rules:
2
- name: dependabot
3
- conditions:
+ queue_conditions:
4
+ - author=dependabot[bot]
5
+ merge_conditions:
6
- author=dependabot[bot]
7
- status-success=build
8
- base=main
9
+ merge_method: squash
10
11
pull_request_rules:
- - name: automatic merge for Dependabot pull requests
- - author=dependabot[bot]
12
+ - name: refactored queue action rule
13
+ conditions: []
14
actions:
15
queue:
- method: squash
0 commit comments