From fb3535b1c3f0549b0d05aa7d436491a572fcb869 Mon Sep 17 00:00:00 2001 From: "mergify[bot]" <37929162+mergify[bot]@users.noreply.github.com> Date: Fri, 27 Dec 2024 14:41:02 +0800 Subject: [PATCH] fix: mergify auto approval rules [skip ci] (#920) (#922) Check the correct amd64 build jobs. Signed-off-by: Kiefer Chang (cherry picked from commit c0d3e35c8b50463d28feb5a6176a3b6e539f977d) Co-authored-by: Kiefer Chang <1691518+bk201@users.noreply.github.com> --- .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]