mirror of
https://github.com/frappe/lms.git
synced 2026-04-21 15:48:00 +03:00
31 lines
727 B
YAML
31 lines
727 B
YAML
pull_request_rules:
|
|
- name: backport to develop
|
|
conditions:
|
|
- label="backport develop"
|
|
actions:
|
|
backport:
|
|
branches:
|
|
- develop
|
|
assignees:
|
|
- "{{ author }}"
|
|
|
|
- name: backport to main-hotfix
|
|
conditions:
|
|
- label="backport main-hotfix"
|
|
actions:
|
|
backport:
|
|
branches:
|
|
- main-hotfix
|
|
assignees:
|
|
- "{{ author }}"
|
|
|
|
- name: backport to main
|
|
conditions:
|
|
- label="backport main"
|
|
actions:
|
|
backport:
|
|
branches:
|
|
- main
|
|
assignees:
|
|
- "{{ author }}"
|