Skip to content

Commit

Permalink
Create .backportrc.json
Browse files Browse the repository at this point in the history
  • Loading branch information
laeubi authored Feb 9, 2024
1 parent deb31c7 commit 62d0fae
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 @@
{
"repoOwner": "eclipse-tycho",
"repoName": "tycho",
"targetBranchChoices": ["tycho-4.0.x", "tycho-3.0.x", "tycho-2.7.x"],
"branchLabelMapping": {
"^backport-to-(.+)$": "$1"
},
"autoMerge": true,
"autoMergeMethod": "rebase",
"multipleCommits": true
}

0 comments on commit 62d0fae

Please sign in to comment.