Skip to content

Commit

Permalink
Add additional checks to mergify config:
Browse files Browse the repository at this point in the history
Signed-off-by: Jacob Weinstock <[email protected]>
  • Loading branch information
jacobweinstock committed May 15, 2024
1 parent 9b5bc75 commit c2d74cb
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 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~=^Prepare .*
- check-success~=^LinuxKit .*
- check-success~=^Hook .*
- check-success~=^Kernel .*

pull_request_rules:
- name: Automatic merge on approval
Expand All @@ -14,8 +16,10 @@ pull_request_rules:
- "#changes-requested-reviews-by=0"
- "#review-requested=0"
- check-success=DCO
- check-success~="^Hook .*"
- check-success~="^Kernel .*"
- check-success~=^Prepare .*
- check-success~=^LinuxKit .*
- check-success~=^Hook .*
- check-success~=^Kernel .*
- label!=do-not-merge
- label=ready-to-merge
actions:
Expand Down

0 comments on commit c2d74cb

Please sign in to comment.