marge-bot
marge-bot copied to clipboard
Better handling of missing approvals after rebase when not asked to reapprove
If the merge request has approvals and marge is not asked to reapprove, then after a rebase she won't be able to merge and will get confused / report the wrong error.
The right logic is to: refetch approvals immediately after the rebase, if there are missing approvals and was asked to reapprove, then reapprove, otherwise, fail with a proper error.
Any update on this? Ist marge-bot still maintained?