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}"