Skip to content
Snippets Groups Projects
Unverified Commit 10596a2d authored by Alexander Solovyov's avatar Alexander Solovyov Committed by GitHub
Browse files

add target branch name to backporting branch for less conflicts (#36479)

parent 14758981
Branches
Tags
No related merge requests found
......@@ -66,7 +66,7 @@ jobs:
ref: `heads/${targetBranch}`,
});
const backportBranch = `backport-${originalPullRequest.head.ref}`
const backportBranch = `backport-${originalPullRequest.head.ref}-${targetBranch}`
try {
await github.rest.git.getRef({
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment