Welcome to mirror list, hosted at ThFree Co, Russian Federation.

.backportrc.json - github.com/mumble-voip/mumble.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 2f0e75c35f2dcecedb5d9ea5c954ce9db7e19f64 (plain)
1
2
3
4
5
6
7
8
9
10
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}"
}