From ba353826f2c498210d5aac819a564dc636c09775 Mon Sep 17 00:00:00 2001 From: Elastic Machine Date: Wed, 21 Apr 2021 16:12:02 -0500 Subject: [PATCH] backport: Add 7.13 branch (#25189) * chore: add-backport-next * Update .backportrc.json Co-authored-by: Brandon Morelli --- .backportrc.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.backportrc.json b/.backportrc.json index 975ff90ec69..71b7729a865 100644 --- a/.backportrc.json +++ b/.backportrc.json @@ -1,6 +1,6 @@ { "upstream": "elastic/beats", - "branches": [ { "name": "7.x", "checked": true }, "7.12", "7.11" ], + "branches": [ { "name": "7.x", "checked": true }, "7.13", "7.12" ], "labels": ["backport"], "autoAssign": true, "prTitle": "Cherry-pick to {targetBranch}: {commitMessages}"