MAINT: Update backport config

This commit is contained in:
Robert Adam 2024-07-06 17:58:58 +02:00
parent 325e70e8e8
commit 9657eba41e

View File

@ -1,11 +1,17 @@
{
"upstream": "mumble-voip/mumble",
"repoName": "mumble",
"repoOwner": "mumble-voip",
"targetBranchChoices": [
{ "name": "1.5.x", "checked": true },
{
"name": "1.5.x",
"checked": true
},
"1.4.x"
],
"targetPRLabels": ["backport"],
"targetPRLabels": [
"backport"
],
"fork": true,
"multipleCommits": true,
"prTitle": "Backport \"{commitMessages}\" to {targetBranch}"
"prTitle": "Backport \"{{commitMessages}}\" to {{targetBranch}}"
}