mirror of
https://github.com/harvester/harvester-ui-extension.git
synced 2025-12-13 21:21:44 +00:00
(cherry picked from commit 485db3066f50b85dedbf6d35db9087f5f3367ddc) Signed-off-by: Andy Lee <andy.lee@suse.com> Co-authored-by: Andy Lee <andy.lee@suse.com>
20 lines
484 B
YAML
20 lines
484 B
YAML
pull_request_rules:
|
|
- name: Automatically open backport PR to release-harvester-v1.5
|
|
conditions:
|
|
- base=main
|
|
- label="require backport 1.5"
|
|
actions:
|
|
backport:
|
|
branches:
|
|
- "release-harvester-v1.5"
|
|
assignees:
|
|
- "{{ author }}"
|
|
labels:
|
|
- "v1.5 backport PR"
|
|
|
|
- name: Ask to resolve conflict
|
|
conditions:
|
|
- conflict
|
|
actions:
|
|
comment:
|
|
message: This pull request is now in conflict. Could you fix it @{{author}}? 🙏 |