Fix target branch choices in new backport command usage (#851)

A side effect of borrowing Tycho's configuration
This commit is contained in:
Jonah Graham 2024-06-28 19:27:22 -04:00 committed by GitHub
parent 97f3d9a48c
commit 12ef16f642
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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