smarkets / marge-bot

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

[bugfix] the last commit mr's status is wrong after merged in batch mode : #298

Open bigc2000 opened 3 years ago

bigc2000 commented 3 years ago

batch mode not support forked project. And I found it may cause the last commit cannot merge normally when in batch mode.

I closed this mr 5432 manually, it is "open" originally after batch merged. But as you see commit (0) in Fig.1 , and although this commit is already merged into the master. so The bug is: the MR status should be "merged" as others,but "open" and "commit(0)" abnormally. What I can do is just to close it.

I am heavily use marge-bot, It really help us a lot. Thank you for your excellent work.