From 229885660b7ecf6aadd94928dac304f53c335f73 Mon Sep 17 00:00:00 2001 From: Elastic Machine Date: Wed, 27 Oct 2021 04:55:25 -0400 Subject: [PATCH] [Release] add-backport-next (#28660) --- .mergify.yml | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/.mergify.yml b/.mergify.yml index 621eb49ac4f..c438000f415 100644 --- a/.mergify.yml +++ b/.mergify.yml @@ -2,7 +2,7 @@ pull_request_rules: - name: forward-port patches to master branch conditions: - merged - - label=backport-v8.0.0 + - label=backport-v8.1.0 actions: backport: assignees: @@ -163,3 +163,16 @@ pull_request_rules: labels: - "backport" title: "[{{ destination_branch }}](backport #{{ number }}) {{ title }}" + - name: backport patches to 8.0 branch + conditions: + - merged + - label=backport-v8.0.0 + actions: + backport: + assignees: + - "{{ author }}" + branches: + - "8.0" + labels: + - "backport" + title: "[{{ destination_branch }}](backport #{{ number }}) {{ title }}"