Skip to content

Commit

Permalink
fix: mergify auto approval rules [skip ci] (#920) (#922)
Browse files Browse the repository at this point in the history
Check the correct amd64 build jobs.

Signed-off-by: Kiefer Chang <[email protected]>
(cherry picked from commit c0d3e35)

Co-authored-by: Kiefer Chang <[email protected]>
  • Loading branch information
mergify[bot] and bk201 authored Dec 27, 2024
1 parent 94f0055 commit fb3535b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/mergify.yml
Original file line number Diff line number Diff line change
@@ -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]
Expand All @@ -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]
Expand Down

0 comments on commit fb3535b

Please sign in to comment.