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 82eb3c0 commit 65977b2
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .mergify.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,17 @@
queue_rules:
- name: default
conditions:
queue_conditions:
- author=dwolla-oss-scala-steward[bot]
- status-success=Build and Test (ubuntu-latest, 2.13.9, temurin@8)
- status-success=Build and Test (ubuntu-latest, 2.13.9, temurin@11)
- status-success=Build and Test (ubuntu-latest, 2.12.17, temurin@8)
- status-success=Build and Test (ubuntu-latest, 2.12.17, temurin@11)
merge_conditions:
- status-success=Build and Test (ubuntu-latest, 2.13.9, temurin@8)
- status-success=Build and Test (ubuntu-latest, 2.13.9, temurin@11)
- status-success=Build and Test (ubuntu-latest, 2.12.17, temurin@8)
- status-success=Build and Test (ubuntu-latest, 2.12.17, temurin@11)
merge_method: squash

pull_request_rules:
- name: assign and label scala-steward's PRs
Expand All @@ -20,14 +27,7 @@ pull_request_rules:
- -draft # filter-out GH draft PRs
actions:
update:
- name: merge scala-steward's PRs
conditions:
- author=dwolla-oss-scala-steward[bot]
- status-success=Build and Test (ubuntu-latest, 2.13.9, temurin@8)
- status-success=Build and Test (ubuntu-latest, 2.13.9, temurin@11)
- status-success=Build and Test (ubuntu-latest, 2.12.17, temurin@8)
- status-success=Build and Test (ubuntu-latest, 2.12.17, temurin@11)
- name: refactored queue action rule
conditions: []
actions:
queue:
method: squash
name: default

0 comments on commit 65977b2

Please sign in to comment.