mirror of
https://github.com/mumble-voip/mumble.git
synced 2025-02-14 00:51:40 +00:00
17 lines
289 B
JSON
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}}"
|
|
}
|