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:
parent
97f3d9a48c
commit
12ef16f642
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Reference in a new issue