From 3792180c677a1157e835126cb0b09272996300e9 Mon Sep 17 00:00:00 2001 From: Steven Luscher Date: Wed, 31 Jul 2024 11:35:24 -0700 Subject: [PATCH] Repair PR automerging for 1.x line --- .mergify.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.mergify.yml b/.mergify.yml index 1a4389464d69..f956b6ebbaa4 100644 --- a/.mergify.yml +++ b/.mergify.yml @@ -39,7 +39,7 @@ pull_request_rules: - and: - base=maintenance/v1.x - and: - - status-success=build-and-test + - status-success~=^Lint, Build, and Test - status-success="Validate commit message" - and: - base!=maintenance/v1.x