From 5cefb0937f5b522e9b99330f59bed2b546a6c0f7 Mon Sep 17 00:00:00 2001 From: John Mulligan Date: Mon, 13 Feb 2023 16:05:37 -0500 Subject: [PATCH] github: remove deprecated and failing rebase_fallback attribute As noted in the status on github: ``` The configuration uses the deprecated rebase_fallback attribute of the queue action. A brownout is planned on February 13th, 2023. This option will be removed on March 13th, 2023. For more information: https://docs.mergify.com/actions/queue/ ``` Therefore we'll simply drop this attribute. Signed-off-by: John Mulligan --- .github/mergify.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/mergify.yml b/.github/mergify.yml index ec2a89e..2285939 100644 --- a/.github/mergify.yml +++ b/.github/mergify.yml @@ -4,7 +4,6 @@ defaults: queue: name: default method: rebase - rebase_fallback: merge update_method: rebase # each test should be listed separately, do not use regular expressions: