From b64105dc56951f7bc24978aef06e8dcfc036fc6a Mon Sep 17 00:00:00 2001 From: Niccolo Raspa Date: Mon, 24 Oct 2022 17:25:20 +0800 Subject: [PATCH] Remove unused versions in mergify --- .github/mergify.yml | 24 ------------------------ 1 file changed, 24 deletions(-) diff --git a/.github/mergify.yml b/.github/mergify.yml index 02bd5b14913..95caf4f6041 100644 --- a/.github/mergify.yml +++ b/.github/mergify.yml @@ -38,14 +38,6 @@ pull_request_rules: backport: branches: - v4.x - - name: backport patches to v5.x branch - conditions: - - base=main - - label=A:backport/v5.x - actions: - backport: - branches: - - v5.x - name: backport patches to v6.x branch conditions: - base=main @@ -54,14 +46,6 @@ pull_request_rules: backport: branches: - v6.x - - name: backport patches to v7.x branch - conditions: - - base=main - - label=A:backport/v7.x - actions: - backport: - branches: - - v7.x - name: backport patches to v8.x branch conditions: - base=main @@ -70,14 +54,6 @@ pull_request_rules: backport: branches: - v8.x - - name: backport patches to v9.x branch - conditions: - - base=main - - label=A:backport/v9.x - actions: - backport: - branches: - - v9.x - name: backport patches to v10.x branch conditions: - base=main