Skip to content

Commit

Permalink
Fix mergify config:
Browse files Browse the repository at this point in the history
The check names were not correct.

Signed-off-by: Jacob Weinstock <[email protected]>
  • Loading branch information
jacobweinstock committed May 15, 2024
1 parent 9b5bc75 commit 06830ec
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,10 @@ queue_rules:
conditions:
# Conditions to get out of the queue (= merged)
- check-success=DCO
- check-success~="^Hook .*"
- check-success~="^Kernel .*"
- check-success~="^All Kernels and Hooks / Prepare .*"
- check-success~="^All Kernels and Hooks / LinuxKit .*"
- check-success~="^All Kernels and Hooks / Hook .*"
- check-success~="^All Kernels and Hooks / Kernel .*"

pull_request_rules:
- name: Automatic merge on approval
Expand Down

0 comments on commit 06830ec

Please sign in to comment.