From f691e280dc40e34904cb999354adcd0682dde3df Mon Sep 17 00:00:00 2001 From: Alex | Cosmos Labs Date: Tue, 16 Dec 2025 10:21:41 -0500 Subject: [PATCH] Clean up backport rules in .mergify.yml Removed backport configurations for older release branches. --- .mergify.yml | 26 +------------------------- 1 file changed, 1 insertion(+), 25 deletions(-) diff --git a/.mergify.yml b/.mergify.yml index 730198d898..9fdcc30a89 100644 --- a/.mergify.yml +++ b/.mergify.yml @@ -28,31 +28,7 @@ pull_request_rules: backport: branches: - release/v0.50.x - - name: backport patches to v0.47.x branch - conditions: - - base=main - - label=backport/v0.47.x - actions: - backport: - branches: - - release/v0.47.x - - name: backport patches to v0.46.x branch - conditions: - - base=main - - label=backport/0.46.x - actions: - backport: - branches: - - release/v0.46.x - - name: backport patches to v0.45.x branch - conditions: - - base=main - - label=backport/0.45.x - actions: - backport: - branches: - - release/v0.45.x - name: automerge to main with label automerge and branch protection passing conditions: [] actions: - queue: \ No newline at end of file + queue: