Skip to content

Commit 48d2306

Browse files
authored
Merge pull request haskell#10505 from haskell/mergify-wrong-ncommits
move ncommits check to correct place
2 parents ee3c313 + 4433a9e commit 48d2306

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/mergify.yml

+4-4
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)