From b91340c1894495db7b3a0c1d8e34fcb559692b27 Mon Sep 17 00:00:00 2001 From: Julien Mailleret <8582351+jmlrt@users.noreply.github.com> Date: Tue, 25 May 2021 18:16:40 +0200 Subject: [PATCH] [meta] update backport config for 7.13 branch (#1198) This commits update sqren/backport config to handle 7.13 branch. Also remove 7.12 branch. --- .backportrc.json | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/.backportrc.json b/.backportrc.json index 379e703e1..93ecbea0a 100644 --- a/.backportrc.json +++ b/.backportrc.json @@ -2,11 +2,15 @@ "upstream": "elastic/helm-charts", "targetBranchChoices": [ "6.8", - "7.12", + "7.13", "7.x" ], "all": true, "prFilter": "label:need-backport", - "targetPRLabels": ["backport"], - "sourcePRLabels": ["backported"] + "targetPRLabels": [ + "backport" + ], + "sourcePRLabels": [ + "backported" + ] }