From 7d9a4690698c542ff0a76b2fe68d3f560b8e9495 Mon Sep 17 00:00:00 2001 From: Victor Martinez Date: Thu, 12 Sep 2024 12:38:36 +0200 Subject: [PATCH] mergify: avoid label automation always (#3892) Force merging as tests won't pass before a 9.x release is available. --- .mergify.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.mergify.yml b/.mergify.yml index 7c29178cb..e43e154fe 100644 --- a/.mergify.yml +++ b/.mergify.yml @@ -264,9 +264,9 @@ pull_request_rules: To fixup this pull request, you need to add the backport labels for the needed branches, such as: * `backport-./d./d` is the label to automatically backport to the `8./d` branch. `/d` is the digit - - name: add backport-8.x label for main only + - name: add backport-8.x label for main only if no skipped or assigned already conditions: - - -label~=^backport-8.x + - -label~=^(backport-skip|backport-8.x)$ - base=main - -merged - -closed @@ -274,6 +274,7 @@ pull_request_rules: comment: message: | `backport-8.x` has been added to help with the transition to the new branch `8.x`. + If you don't need it please use `backport-skip` label and remove the `backport-8.x` label. label: add: - backport-8.x