New bug: automatic rebases cause `pull request manually updated` and dequeuing
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).
👋 Hi! We're aware of the issue and we're working on it. :)