1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-06-09 10:46:02 +02:00

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", "repoOwner": "eclipse-cdt",
"repoName": "cdt", "repoName": "cdt",
"targetBranchChoices": ["tycho-cdt_11_6"], "targetBranchChoices": ["cdt_11_6"],
"branchLabelMapping": { "branchLabelMapping": {
"^backport-to-(.+)$": "$1" "^backport-to-(.+)$": "$1"
}, },