mumble/.backportrc.json
2024-07-06 18:02:53 +02:00

18 lines
289 B
JSON

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