smarkets / marge-bot

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

Allow Marge to re-assign to last assignee after merge #290

Open snim2 opened 3 years ago

snim2 commented 3 years ago

In GitLab merge request analytics there is a table which gives some useful metrics about MRs in a project:

table

However, if the project uses marge-bot to handle merging, the final column will always show the marge-bot user, and not the previous assignee (presumably the MR reviewer).

This information would be much more useful if Marge re-assigned each MR back to its previous assignee, after the MR has been merged.

This likely needs a new CLI switch, and documentation, to make the feature optional.

I would be willing to contribute this feature, if there's interest in it.