Skip to content

Commit

Permalink
MAINT: Add config for backport CLI
Browse files Browse the repository at this point in the history
In order to use https://github.com/sqren/backport we need a bit of
configuration in our project but in the end this has the potential to
save use a lot of time when backporting commits to a stable release
series.
  • Loading branch information
Krzmbrzl committed May 30, 2021
1 parent b0cb787 commit 5f35153
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .backportrc.json
Original file line number Diff line number Diff line change
@@ -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}"
}

0 comments on commit 5f35153

Please sign in to comment.