diff --git a/.mergify.yml b/.mergify.yml index e5f81c7e..22b72fb8 100644 --- a/.mergify.yml +++ b/.mergify.yml @@ -24,6 +24,16 @@ pull_request_rules: 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"