Skip to content

Commit

Permalink
Update mergify with new check names
Browse files Browse the repository at this point in the history
Signed-off-by: Jacob Weinstock <jakobweinstock@gmail.com>
  • Loading branch information
jacobweinstock committed May 1, 2024
1 parent a601e10 commit c02ec37
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,7 +3,8 @@ queue_rules:
conditions:
# Conditions to get out of the queue (= merged)
- check-success=DCO
- check-success~=build
- check-success~="^Hook .*"
- check-success~="^Kernel .*"

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

0 comments on commit c02ec37

Please sign in to comment.