mirror of
https://github.com/harvester/harvester-ui-extension.git
synced 2025-12-13 21:21:44 +00:00
add auto backport v1.0 mergify rule (#328)
Signed-off-by: Andy Lee <andy.lee@suse.com>
This commit is contained in:
parent
e8f7f0e06b
commit
703abd7ab9
13
.github/mergify.yml
vendored
13
.github/mergify.yml
vendored
@ -12,6 +12,19 @@ pull_request_rules:
|
|||||||
labels:
|
labels:
|
||||||
- "v1.5 backport PR"
|
- "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
|
- name: Ask to resolve conflict
|
||||||
conditions:
|
conditions:
|
||||||
- conflict
|
- conflict
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user