From 26f5ebc8e2cb1bc136610f37f6758831a01b20bb Mon Sep 17 00:00:00 2001 From: Andy Lee Date: Thu, 26 Jun 2025 17:01:00 +0800 Subject: [PATCH] ci: auto open backport pr to v1.6 release branch (#353) 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 7fd9da6f..781cdc23 100644 --- a/.github/mergify.yml +++ b/.github/mergify.yml @@ -1,3 +1,16 @@ +pull_request_rules: +- name: Automatically open backport PR to release-harvester-v1.6 + conditions: + - base=main + actions: + backport: + branches: + - "release-harvester-v1.6" + assignees: + - "{{ author }}" + labels: + - "v1.6 backport PR" + pull_request_rules: - name: Automatically open backport PR to release-harvester-v1.5 conditions: