From 164bb5ed42e71e37a01ba11360af2054ce783133 Mon Sep 17 00:00:00 2001 From: Victor Martinez Date: Wed, 14 Apr 2021 09:09:51 +0100 Subject: [PATCH] mergify: add backport label (#25050) --- .mergify.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.mergify.yml b/.mergify.yml index c0f8887364a4..9cce230fd3f3 100644 --- a/.mergify.yml +++ b/.mergify.yml @@ -10,6 +10,8 @@ pull_request_rules: - "{{ author }}" branches: - "7.x" + labels: + - "backport" - name: backport patches to 7.12 branch conditions: - merged @@ -21,6 +23,8 @@ pull_request_rules: - "{{ author }}" branches: - "7.12" + labels: + - "backport" - name: backport patches to 7.11 branch conditions: - merged @@ -32,6 +36,8 @@ pull_request_rules: - "{{ author }}" branches: - "7.11" + labels: + - "backport" - name: ask to resolve conflict conditions: - conflict