mergify icon indicating copy to clipboard operation
mergify copied to clipboard

New bug: automatic rebases cause `pull request manually updated` and dequeuing

Open Rowan-Mather opened this issue 9 months ago • 1 comments

Image

I have a bot account responsible for automatic rebases configured in the .mergify.yml as such:

queue_rules:
  - name: default
    update_method: rebase
    merge_method: merge
    update_bot_account: my-bot-account

I also have some required github status checks which run when the branch is pushed to.

As you can see in the attached image, after an automatic rebase mergify has started complaining of the pull request being manually updated and dequeuing it. This does not occur if the branch does not need to be rebased.

The changelog lists 'Autosquash disabled by default'. I strongly suspect my issue has been caused by this change, since it is related to the pull request author, and I noticed these messages appearing on 17/3/2025 (the next working day after the change).

Rowan-Mather avatar Mar 18 '25 14:03 Rowan-Mather

👋 Hi! We're aware of the issue and we're working on it. :)

jd avatar Mar 18 '25 15:03 jd