Skip to content

Commit 9f37a3f

Browse files
committed
restore up-to-date condition for no-rebase
since Mergify can't do it or we wouldn't need the label
1 parent e8aced1 commit 9f37a3f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/mergify.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,10 @@ pull_request_rules:
8585
- label=merge delay passed
8686
- '#approved-reviews-by>=2'
8787
- '-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'
8892

8993
# merge+no rebase strategy
9094
- actions:

0 commit comments

Comments
 (0)