From 12ef16f64284e6be4355774dac1069d982df7bbe Mon Sep 17 00:00:00 2001 From: Jonah Graham Date: Fri, 28 Jun 2024 19:27:22 -0400 Subject: [PATCH] Fix target branch choices in new backport command usage (#851) A side effect of borrowing Tycho's configuration --- .backportrc.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.backportrc.json b/.backportrc.json index 603c8669158..466fa8e604f 100644 --- a/.backportrc.json +++ b/.backportrc.json @@ -1,7 +1,7 @@ { "repoOwner": "eclipse-cdt", "repoName": "cdt", - "targetBranchChoices": ["tycho-cdt_11_6"], + "targetBranchChoices": ["cdt_11_6"], "branchLabelMapping": { "^backport-to-(.+)$": "$1" },