From bff0d5c40f97558d24d9a21dc2121adc4dd18484 Mon Sep 17 00:00:00 2001 From: Rob Bavey Date: Thu, 6 Mar 2025 17:55:01 -0500 Subject: [PATCH] Remove automatic `backport-8.x` label creation (#17290) This commit removes the automatic creation of the `backport-8.x` label on any commit --- .mergify.yml | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/.mergify.yml b/.mergify.yml index a2abbe6e259..23868c2a2cd 100644 --- a/.mergify.yml +++ b/.mergify.yml @@ -26,19 +26,7 @@ pull_request_rules: branches, such as: * `backport-8./d` is the label to automatically backport to the `8./d` branch. `/d` is the digit. * `backport-8.x` is the label to automatically backport to the `8.x` branch. - - - name: add backport-8.x for the all the PRs targeting main if no skipped or assigned already - conditions: - - -label~=^(backport-skip|backport-8.x)$ - - base=main - actions: - 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. - label: - add: - - backport-8.x + * If no backport is necessary, please add the `backport-skip` label - name: remove backport-skip label conditions: