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 30, 2024
1 parent 81e2306 commit 11e04f4
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,8 +1,13 @@
queue_rules:
- name: default
conditions:
queue_conditions:
- author=dwolla-oss-scala-steward[bot]
- status-success=Build and Test (ubuntu-latest, 2.13.8, temurin@11)
- status-success=Build and Test (ubuntu-latest, 2.13.8, temurin@8)
merge_conditions:
- status-success=Build and Test (ubuntu-latest, 2.13.8, temurin@11)
- status-success=Build and Test (ubuntu-latest, 2.13.8, temurin@8)
merge_method: squash

pull_request_rules:
- name: assign and label scala-steward's PRs
Expand All @@ -19,11 +24,6 @@ pull_request_rules:
actions:
update:
- name: merge scala-steward's PRs
conditions:
- author=dwolla-oss-scala-steward[bot]
- status-success=Build and Test (ubuntu-latest, 2.13.8, temurin@11)
- status-success=Build and Test (ubuntu-latest, 2.13.8, temurin@8)
conditions: []
actions:
queue:
method: squash
name: default

0 comments on commit 11e04f4

Please sign in to comment.