File tree 1 file changed +9
-16
lines changed
1 file changed +9
-16
lines changed Original file line number Diff line number Diff line change @@ -2,26 +2,19 @@ queue_rules:
2
2
- name : default
3
3
# Mergify always respects the branch protection settings
4
4
# so we can left empty mergify own ones
5
- conditions : []
6
-
7
- pull_request_rules :
8
- - name : Automatically merge pull requests
9
- conditions :
5
+ queue_conditions :
10
6
- label=merge me
11
7
- ' #approved-reviews-by>=1'
12
- actions :
13
- queue :
14
- method : squash
15
- name : default
16
- # The queue action automatically updates PRs that
17
- # have entered the queue, but in order to do that
18
- # they must have passed CI. Since our CI is a bit
19
- # flaky, PRs can fail to get in, which then means
20
- # they don't get updated, which is extra annoying.
21
- # This just adds the updating as an independent
22
- # step.
8
+ merge_conditions : []
9
+ merge_method : squash
10
+
11
+ pull_request_rules :
23
12
- name : Automatically update pull requests
24
13
conditions :
25
14
- label=merge me
26
15
actions :
27
16
update :
17
+ - name : refactored queue action rule
18
+ conditions : []
19
+ actions :
20
+ queue :
You can’t perform that action at this time.
0 commit comments