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 25, 2024
1 parent a83b27c commit beda858
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 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 @@ -13,10 +17,6 @@ pull_request_rules:
label:
add: [dependency-update]
- name: merge scala-steward's PRs
conditions:
- author=scala-steward
- check-success=ci-passed
conditions: []
actions:
queue:
method: squash
name: default

0 comments on commit beda858

Please sign in to comment.