Skip to content

Commit

Permalink
end the #commits-behind=0 experiment
Browse files Browse the repository at this point in the history
The problem with it turns out to be that you get no warning at all
if it's waiting to be manually rebased; you have to inspect the
Mergify state to find out. At least with the old behavior you get
am error when Mergify tries to rebase it, and you know why.
  • Loading branch information
geekosaur committed Nov 19, 2024
1 parent c3a9dd7 commit c07b524
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,10 +97,6 @@ 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 strategy for release branches
- actions:
Expand Down

0 comments on commit c07b524

Please sign in to comment.