Skip to content

Commit

Permalink
MAINT: Update backport config
Browse files Browse the repository at this point in the history
  • Loading branch information
Krzmbrzl committed Jul 6, 2024
1 parent 325e70e commit 9657eba
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions .backportrc.json
Original file line number Diff line number Diff line change
@@ -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}}"
}

0 comments on commit 9657eba

Please sign in to comment.