From 6fa1df88616727e74b789a22440120787dc86732 Mon Sep 17 00:00:00 2001 From: Kiefer Chang Date: Mon, 3 Feb 2025 17:51:18 +0800 Subject: [PATCH] chore: automate v1.5 backport PR creation [ci skip] Signed-off-by: Kiefer Chang --- .github/mergify.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/mergify.yml b/.github/mergify.yml index 53be18c62..51f9bd779 100644 --- a/.github/mergify.yml +++ b/.github/mergify.yml @@ -26,35 +26,35 @@ pull_request_rules: comment: message: This pull request is now in conflict. Could you fix it @{{author}}? 🙏 -- name: Automatically open v1.4 backport PR +- name: Automatically open v1.5 backport PR conditions: - base=master - - label="backport-to/v1.4" + - label="backport-to/v1.5" actions: backport: branches: - - v1.4 + - v1.5 assignees: - "{{ author }}" -- name: Automatically open v1.3 backport PR +- name: Automatically open v1.4 backport PR conditions: - base=master - - label="backport-to/v1.3" + - label="backport-to/v1.4" actions: backport: branches: - - v1.3 + - v1.4 assignees: - "{{ author }}" -- name: Automatically open v1.2 backport PR +- name: Automatically open v1.3 backport PR conditions: - base=master - - label="backport-to/v1.2" + - label="backport-to/v1.3" actions: backport: branches: - - v1.2 + - v1.3 assignees: - "{{ author }}"