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 a70a0ea commit f352ab2
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 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, mysql:8)
- status-success=Build and Test (ubuntu-latest, 2.13.8, temurin@8, mysql:8)
merge_conditions:
- status-success=Build and Test (ubuntu-latest, 2.13.8, temurin@11, mysql:8)
- status-success=Build and Test (ubuntu-latest, 2.13.8, temurin@8, mysql:8)
merge_method: squash

pull_request_rules:
- name: assign and label scala-steward's PRs
Expand All @@ -18,12 +23,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.8, temurin@11, mysql:8)
- status-success=Build and Test (ubuntu-latest, 2.13.8, temurin@8, mysql:8)
- name: refactored queue action rule
conditions: []
actions:
queue:
method: squash
name: default

0 comments on commit f352ab2

Please sign in to comment.