File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -85,10 +85,6 @@ pull_request_rules:
85
85
- label=merge delay passed
86
86
- ' #approved-reviews-by>=2'
87
87
- ' -label~=^blocked:'
88
- # unlike the others, we need to force this one to be up to date
89
- # because it's intended for when Mergify doesn't have permission
90
- # to rebase
91
- - ' #commits-behind=0'
92
88
93
89
# merge+no rebase strategy
94
90
- actions :
@@ -101,6 +97,10 @@ pull_request_rules:
101
97
- label=merge delay passed
102
98
- ' #approved-reviews-by>=2'
103
99
- ' -label~=^blocked:'
100
+ # unlike the others, we need to force this one to be up to date
101
+ # because it's intended for when Mergify doesn't have permission
102
+ # to rebase
103
+ - ' #commits-behind=0'
104
104
105
105
# merge strategy for release branches
106
106
- actions :
You can’t perform that action at this time.
0 commit comments