From a1b49c63c1a17e9ee92c7b17f2581c3216aa53bb Mon Sep 17 00:00:00 2001 From: Kiefer Chang <1691518+bk201@users.noreply.github.com> Date: Fri, 27 Dec 2024 13:56:10 +0800 Subject: [PATCH] fix: mergify auto approval rules [skip ci] (#920) Check the correct amd64 build jobs. Signed-off-by: Kiefer Chang (cherry picked from commit c0d3e35c8b50463d28feb5a6176a3b6e539f977d) --- .github/mergify.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/mergify.yml b/.github/mergify.yml index 61f1ce401..976912f6a 100644 --- a/.github/mergify.yml +++ b/.github/mergify.yml @@ -1,7 +1,7 @@ pull_request_rules: - name: Automatically merge Renovate PRs conditions: - - check-success="Build ISO Images (x64)" + - check-success="Build ISO Images (amd64)" - check-success="Build ISO Images (arm64)" - check-success="Build and deploy" - author = renovate[bot] @@ -11,7 +11,7 @@ pull_request_rules: - name: Automatically approve Renovate PRs conditions: - - check-success="Build ISO Images (x64)" + - check-success="Build ISO Images (amd64)" - check-success="Build ISO Images (arm64)" - check-success="Build and deploy" - author = renovate[bot]