cdt/.backportrc.json
Jonah Graham 12ef16f642
Fix target branch choices in new backport command usage (#851)
A side effect of borrowing Tycho's configuration
2024-06-28 19:27:22 -04:00

9 lines
182 B
JSON

{
"repoOwner": "eclipse-cdt",
"repoName": "cdt",
"targetBranchChoices": ["cdt_11_6"],
"branchLabelMapping": {
"^backport-to-(.+)$": "$1"
},
"multipleCommits": true
}