smarkets / marge-bot

A merge-bot for GitLab
BSD 3-Clause "New" or "Revised" License
693 stars 136 forks source link

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

Open perlun opened 2 years ago

perlun commented 2 years ago

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? :thinking:

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