mirror of
https://github.com/mumble-voip/mumble.git
synced 2025-10-26 11:19:16 +00:00
MAINT: Update backport config
This commit is contained in:
parent
325e70e8e8
commit
9657eba41e
@ -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}}"
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user