From c9252a63fd5c4817f182943e5dd2f1334dfafddc Mon Sep 17 00:00:00 2001 From: Gavin John Date: Fri, 22 Nov 2024 10:36:29 -0800 Subject: [PATCH] .mergify.yml: Update mergify configuration due to rename From mergify's summary: The configuration uses the deprecated merge_method attribute of the queue action in one or more pull_request_rules. It must now be used under the queue_rules configuration. This option will be removed on January 31st, 2025. For more information: https://docs.mergify.com/configuration/file-format/#queue-rules --- .mergify.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.mergify.yml b/.mergify.yml index 45ffb1e96..d9825f33a 100644 --- a/.mergify.yml +++ b/.mergify.yml @@ -2,10 +2,7 @@ queue_rules: - name: default merge_conditions: - check-success=tests -defaults: - actions: - queue: - merge_method: rebase + merge_method: rebase pull_request_rules: - name: merge using the merge queue conditions: