From 72e0eea2891e81e738851c07f68276debfe2f5fa Mon Sep 17 00:00:00 2001 From: Or Ouziel Date: Sun, 10 Sep 2023 11:44:58 +0300 Subject: [PATCH] keep only 8.10 --- .mergify.yml | 78 ---------------------------------------------------- 1 file changed, 78 deletions(-) diff --git a/.mergify.yml b/.mergify.yml index cdecc634..5f8f6e2d 100644 --- a/.mergify.yml +++ b/.mergify.yml @@ -130,84 +130,6 @@ pull_request_rules: label: remove: - backport-skip - - name: backport patches to 8.4 branch - conditions: - - merged - - label=backport-v8.4.0 - actions: - backport: - assignees: - - "{{ author }}" - branches: - - "8.4" - labels: - - "backport" - title: "[{{ destination_branch }}](backport #{{ number }}) {{ title }}" - - name: backport patches to 8.5 branch - conditions: - - merged - - label=backport-v8.5.0 - actions: - backport: - assignees: - - "{{ author }}" - branches: - - "8.5" - labels: - - "backport" - title: "[{{ destination_branch }}](backport #{{ number }}) {{ title }}" - - name: backport patches to 8.6 branch - conditions: - - merged - - label=backport-v8.6.0 - actions: - backport: - assignees: - - "{{ author }}" - branches: - - "8.6" - labels: - - "backport" - title: "[{{ destination_branch }}](backport #{{ number }}) {{ title }}" - - name: backport patches to 8.7 branch - conditions: - - merged - - label=backport-v8.7.0 - actions: - backport: - assignees: - - "{{ author }}" - branches: - - "8.7" - labels: - - "backport" - title: "[{{ destination_branch }}](backport #{{ number }}) {{ title }}" - - name: backport patches to 8.8 branch - conditions: - - merged - - label=backport-v8.8.0 - actions: - backport: - assignees: - - "{{ author }}" - branches: - - "8.8" - labels: - - "backport" - title: "[{{ destination_branch }}](backport #{{ number }}) {{ title }}" - - name: backport patches to 8.9 branch - conditions: - - merged - - label=backport-v8.9.0 - actions: - backport: - assignees: - - "{{ author }}" - branches: - - "8.9" - labels: - - "backport" - title: "[{{ destination_branch }}](backport #{{ number }}) {{ title }}" - name: backport patches to 8.10 branch conditions: - merged