From 703abd7ab95a1a06a63aadf28a9ec87bb9fff6c0 Mon Sep 17 00:00:00 2001 From: Andy Lee Date: Fri, 6 Jun 2025 16:59:46 +0800 Subject: [PATCH] add auto backport v1.0 mergify rule (#328) Signed-off-by: Andy Lee --- .github/mergify.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/.github/mergify.yml b/.github/mergify.yml index 35704423..7fd9da6f 100644 --- a/.github/mergify.yml +++ b/.github/mergify.yml @@ -12,6 +12,19 @@ pull_request_rules: labels: - "v1.5 backport PR" +- name: Automatically open backport PR to release-harvester-v1.0 + conditions: + - base=main + - label="require backport 1.0" + actions: + backport: + branches: + - "release-harvester-v1.0" + assignees: + - "{{ author }}" + labels: + - "v1.0 backport PR" + - name: Ask to resolve conflict conditions: - conflict