From 2c7130d90b07907884546b625cea77c173b117b9 Mon Sep 17 00:00:00 2001 From: Julien Mailleret <8582351+jmlrt@users.noreply.github.com> Date: Thu, 18 Mar 2021 09:31:19 +0100 Subject: [PATCH] [meta] update backport config for 7.12 branch This commits update sqren/backport config to handle `7.12` branch. Also remove `7.10` and `7.11` branchs. --- .backportrc.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.backportrc.json b/.backportrc.json index 94675147c..379e703e1 100644 --- a/.backportrc.json +++ b/.backportrc.json @@ -1,6 +1,10 @@ { "upstream": "elastic/helm-charts", - "targetBranchChoices": ["6.8", "7.10", "7.11", "7.x"], + "targetBranchChoices": [ + "6.8", + "7.12", + "7.x" + ], "all": true, "prFilter": "label:need-backport", "targetPRLabels": ["backport"],