Skip to content

Commit

Permalink
Update .mergify.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jackkoenig authored Jan 11, 2022
1 parent e7f85ec commit 057afa8
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .mergify.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
queue_rules:
- name: default
conditions:
- status-success=all tests passed
pull_request_rules:
- name: Automatic merge for Dependabot
conditions:
Expand All @@ -6,7 +10,7 @@ pull_request_rules:
- '#changes-requested-reviews-by=0'
- label!="DO NOT MERGE"
actions:
merge:
queue:
name: default
method: squash
strict: smart
strict_method: merge
update_method: merge

0 comments on commit 057afa8

Please sign in to comment.