diff --git a/.backportrc.json b/.backportrc.json index 95d8ec392376..9e00228ad68f 100644 --- a/.backportrc.json +++ b/.backportrc.json @@ -1,6 +1,6 @@ { "upstream": "elastic/beats", - "branches": [ { "name": "7.x", "checked": true }, "7.14", "7.13", "7.12" ], + "branches": [ { "name": "7.x", "checked": true }, "7.15", "7.14", "7.13", "7.12" ], "labels": ["backport"], "autoAssign": true, "prTitle": "Cherry-pick to {targetBranch}: {commitMessages}" diff --git a/.mergify.yml b/.mergify.yml index b2c82c4d4508..37c08b853ce0 100644 --- a/.mergify.yml +++ b/.mergify.yml @@ -15,7 +15,7 @@ pull_request_rules: - name: backport patches to 7.x branch conditions: - merged - - label=backport-v7.15.0 + - label=backport-v7.16.0 actions: backport: assignees: @@ -151,3 +151,16 @@ pull_request_rules: - files~=^\.mergify\.yml$ actions: delete_head_branch: + - name: backport patches to 7.15 branch + conditions: + - merged + - label=backport-v7.15.0 + actions: + backport: + assignees: + - "{{ author }}" + branches: + - "7.15" + labels: + - "backport" + title: "[{{ destination_branch }}](backport #{{ number }}) {{ title }}"