Marge-bot logs "Someone skipped the queue! Will have to try again..." even though she merged an MR

Created by: perlun

As noted in the issue title, we are seeing the above log message for scenarios even when Marge-bot was the one who merged a particular merge request. This feels a bit silly, but is this expected? 🤔

I'm thinking that perhaps logging a message in these MRs saying "Another MR was merged, rebasing and preparing for merge" or something to the like would make more sense. Could this be caused by our local configuration or is it a bug/feature?

Here is our current marge-bot config:

rebase-remotely: true
gitlab-url: https://some-git-server
project-regexp: "some-namespace/.*$"
auth-token-file: /configuration/private/auth-token
ssh-key-file: /configuration/private/id_ed25519
merge-order: assigned_at
ci-timeout: 30min