Skip to content

Commit

Permalink
ci(mergify): upgrade configuration to current format
Browse files Browse the repository at this point in the history
  • Loading branch information
mergify[bot] committed Nov 22, 2024
1 parent 028e8b3 commit d13898e
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .mergify.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
queue_rules:
- name: default
conditions:
queue_conditions:
- author=scala-steward
- check-success=ci-passed
merge_conditions:
- check-success=ci-passed
merge_method: squash

pull_request_rules:
- name: assign and label scala-steward's PRs
Expand All @@ -12,11 +16,7 @@ pull_request_rules:
users: [thesamet]
label:
add: [dependency-update]
- name: merge scala-steward's PRs
conditions:
- author=scala-steward
- check-success=ci-passed
- name: refactored queue action rule
conditions: []
actions:
queue:
method: squash
name: default

0 comments on commit d13898e

Please sign in to comment.