Issuing /backport for the same comment to multiple different branches in the same repository causes name clashes for the branch name in the fork repository. A previously used branch is reused which will contain commits from the original target branch. We need a better way of generating the branch names to avoid clashing.
Workaround is to issue each backport from a unique source commit.
Workaround is to issue each backport from a unique source commit.