Skip to content

Commit

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

Signed-off-by: Kiefer Chang <[email protected]>
  • Loading branch information
bk201 authored Dec 27, 2024
1 parent e0089b4 commit c0d3e35
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 c0d3e35

Please sign in to comment.