#followerpower needed:
Does someone have a #gitlab workflow that is able to open backport MRs for successfully merged MRs that have a specific label?
For example: My MR has a label "backport::release-0.1.0". That MR is merged to master.
Now the workflow creates a new MR, targeting the "release-0.1.0" branch with the changes from my original `git cherry-pick -x`ed, or if that fails it comments on my original MR with a message indicating that cherry-pick failed.
Please boost for maximum visibility!