Skip to content

Commit

Permalink
Fix target branch choices in new backport command usage (#851)
Browse files Browse the repository at this point in the history
A side effect of borrowing Tycho's configuration
  • Loading branch information
jonahgraham authored Jun 28, 2024
1 parent 97f3d9a commit 12ef16f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .backportrc.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"repoOwner": "eclipse-cdt",
"repoName": "cdt",
"targetBranchChoices": ["tycho-cdt_11_6"],
"targetBranchChoices": ["cdt_11_6"],
"branchLabelMapping": {
"^backport-to-(.+)$": "$1"
},
Expand Down

0 comments on commit 12ef16f

Please sign in to comment.