smarkets / marge-bot

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

Add a setting to retry cancelled job instead of not merging at all #249

Open Eijebong opened 4 years ago

Eijebong commented 4 years ago

We sometime manually cancel CI to avoid useless jobs. Right now when we assign marge to a MR with a cancelled job (the job was canceled before she was assigned), she just says "I couldn't merge this branch: Someone canceled the CI.". It's be nice if she would just restart the cancelled job or rebase and go on with the merge process.