We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ee3c313 + 4433a9e commit 48d2306Copy full SHA for 48d2306
.github/mergify.yml
@@ -85,10 +85,6 @@ pull_request_rules:
85
- label=merge delay passed
86
- '#approved-reviews-by>=2'
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
93
# merge+no rebase strategy
94
- actions:
@@ -101,6 +97,10 @@ pull_request_rules:
101
97
102
98
103
99
100
+ # unlike the others, we need to force this one to be up to date
+ # because it's intended for when Mergify doesn't have permission
+ # to rebase
+ - '#commits-behind=0'
104
105
# merge strategy for release branches
106
0 commit comments