Merge requests created via MR cherry-pick have names difficult to understand
Description
When you cherry-pick a MR into another branch automatically created merge request has a name which looks like Merge branch '*source branch*' into '*target branch*'
. It's correct from git point of view: we cherry-pick the merge commit. But in my opinion, it's very difficult to understand what is going on here, because branch names are not always very informative.
Proposal
I'd suggest something like Cherry-pick *old MR name* into *target branch*