Skip to content

Commit ed98f45

Browse files
authored
feat(ci): add more backport branches (#2667)
1 parent 673564d commit ed98f45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.backportrc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"repoOwner": "loft-sh",
33
"repoName": "vcluster",
4-
"targetBranchChoices": ["v0.19", "v0.20"],
4+
"targetBranchChoices": ["v0.19", "v0.20", "v0.21", "v0.22", "v0.23", "v0.24"],
55
"prDescription": "Backport from `{{sourceBranch}}` to `{{targetBranch}}`\n\nOriginal PR Nr.: #{{sourcePullRequest.number}}\n\n### Backported Commits:\n{{#each commits}}\n- {{shortSha this.sourceCommit.sha}} {{this.sourceCommit.message}}\n{{/each}}\n\n## Original PR Description:\n{{sourcePullRequest}}",
66
"branchLabelMapping": {
77
"^backport-to-(.+)$": "$1"

0 commit comments

Comments
 (0)