ci: auto open backport pr to v1.6 release branch (#353)

Signed-off-by: Andy Lee <andy.lee@suse.com>
This commit is contained in:
Andy Lee 2025-06-26 17:01:00 +08:00 committed by GitHub
parent 8cd482870b
commit 26f5ebc8e2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

13
.github/mergify.yml vendored
View File

@ -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: