0
0
Fork 0
mirror of https://github.com/mumble-voip/mumble.git synced 2025-02-14 00:51:40 +00:00
mumble-voip_mumble/.backportrc.json
2024-07-06 18:02:53 +02:00

17 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}}"
}