Skip to content

Commit

Permalink
Update mergify.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
thesamet committed Jan 16, 2022
1 parent 9e7c6f0 commit 47b22ac
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .mergify.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
queue_rules:
- name: default
conditions:
- check-success=ci-passed

pull_request_rules:
- name: assign and label scala-steward's PRs
conditions:
Expand All @@ -10,8 +15,8 @@ pull_request_rules:
- name: merge scala-steward's PRs
conditions:
- author=scala-steward
- status-success=ci-passed
- check-success=ci-passed
actions:
merge:
queue:
method: squash
strict: true
name: default

0 comments on commit 47b22ac

Please sign in to comment.