diff --git a/.mergify.yml b/.mergify.yml index b74648a8f5..0881dd591b 100644 --- a/.mergify.yml +++ b/.mergify.yml @@ -71,23 +71,3 @@ pull_request_rules: assignees: - "{{ author }}" - - - name: backport to version-13-pre-release - conditions: - - label="backport version-13-pre-release" - actions: - backport: - branches: - - version-13-pre-release - assignees: - - "{{ author }}" - - - name: backport to version-12-hotfix - conditions: - - label="backport version-12-hotfix" - actions: - backport: - branches: - - version-12-hotfix - assignees: - - "{{ author }}"