ci: mergify v14 hotfix and develop backports

This commit is contained in:
Ankush Menat 2022-08-02 11:35:56 +05:30
parent e72a02e42c
commit d3343a6cd8

View file

@ -78,6 +78,26 @@ pull_request_rules:
assignees:
- "{{ author }}"
- name: backport to version-14-hotfix
conditions:
- label="backport version-14-hotfix"
actions:
backport:
branches:
- version-14-hotfix
assignees:
- "{{ author }}"
- name: backport to develop
conditions:
- label="backport develop"
actions:
backport:
branches:
- develop
assignees:
- "{{ author }}"
- name: backport to version-13-pre-release
conditions:
- label="backport version-13-pre-release"