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 <[email protected]>
  • Loading branch information
jacobweinstock committed May 1, 2024
1 parent be6bdb5 commit f3eec14
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ queue_rules:
conditions:
# Conditions to get out of the queue (= merged)
- check-success=DCO
- check-success~=build

pull_request_rules:
- name: Automatic merge on approval
Expand All @@ -12,7 +13,7 @@ pull_request_rules:
- "#changes-requested-reviews-by=0"
- "#review-requested=0"
- check-success=DCO
- check-success~=validation$
- check-success~=build
- label!=do-not-merge
- label=ready-to-merge
actions:
Expand Down

0 comments on commit f3eec14

Please sign in to comment.