chore: updated release process with main-hotfix

This commit is contained in:
Jannat Patel
2026-02-16 18:33:45 +05:30
parent 7e683f8b44
commit 73b20653f0
4 changed files with 38 additions and 3 deletions
+30
View File
@@ -0,0 +1,30 @@
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 }}"