Skip to content

Commit

Permalink
restore up-to-date condition for no-rebase
Browse files Browse the repository at this point in the history
since Mergify can't do it or we wouldn't need the label
  • Loading branch information
geekosaur committed Oct 16, 2024
1 parent e8aced1 commit 9f37a3f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,10 @@ pull_request_rules:
- label=merge delay passed
- '#approved-reviews-by>=2'
- '-label~=^blocked:'
# 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'

# merge+no rebase strategy
- actions:
Expand Down

0 comments on commit 9f37a3f

Please sign in to comment.