mirror of
https://github.com/harvester/harvester-ui-extension.git
synced 2025-12-13 13:11:43 +00:00
33 lines
776 B
YAML
33 lines
776 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: 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
|
|
actions:
|
|
comment:
|
|
message: This pull request is now in conflict. Could you fix it @{{author}}? 🙏 |