Skip to content

Commit 4433a9e

Browse files
geekosaurMikolaj
authored andcommitted
move ncommits check to correct place
It's on `squash+merge me` but belongs on `merge+no rebase`. Oops!
1 parent ee3c313 commit 4433a9e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/mergify.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -85,10 +85,6 @@ 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'
9288

9389
# merge+no rebase strategy
9490
- actions:
@@ -101,6 +97,10 @@ pull_request_rules:
10197
- label=merge delay passed
10298
- '#approved-reviews-by>=2'
10399
- '-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'
104104

105105
# merge strategy for release branches
106106
- actions:

0 commit comments

Comments
 (0)