diff --git a/.backportrc.json b/.backportrc.json new file mode 100644 index 00000000000..2f0e75c35f2 --- /dev/null +++ b/.backportrc.json @@ -0,0 +1,11 @@ +{ + "upstream": "mumble-voip/mumble", + "targetBranchChoices": [ + { "name": "1.4.x", "checked": true }, + "1.3.x" + ], + "targetPRLabels": ["backport"], + "fork": true, + "multipleCommits": true, + "prTitle": "Backport \"{commitMessages}\" to {targetBranch}" +}