From 80ff5f5a978f7377a169ef9eb164c34ae41045f1 Mon Sep 17 00:00:00 2001 From: John Mulligan Date: Mon, 13 May 2024 13:11:12 -0400 Subject: [PATCH] mergify: update merge conditions to match test matrix Signed-off-by: John Mulligan --- .github/mergify.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/mergify.yml b/.github/mergify.yml index 4a0a572..2c9f005 100644 --- a/.github/mergify.yml +++ b/.github/mergify.yml @@ -16,7 +16,7 @@ queue_rules: conditions: - check-success=check-commits - check-success=test (fedora-39) - - check-success=test (fedora-38) + - check-success=test (fedora-40) - check-success=test (centos-stream9) - check-success=dpulls @@ -35,7 +35,7 @@ pull_request_rules: conditions: - check-success=check-commits - check-success=test (fedora-39) - - check-success=test (fedora-38) + - check-success=test (fedora-40) - check-success=test (centos-stream9) - check-success=dpulls - "-draft"