From c22c7fb11366ffa9f0497b1156607989778247a7 Mon Sep 17 00:00:00 2001 From: Mergify <37929162+mergify[bot]@users.noreply.github.com> Date: Sat, 30 Nov 2024 08:24:24 +0000 Subject: [PATCH] ci(mergify): upgrade configuration to current format --- .mergify.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.mergify.yml b/.mergify.yml index 22cd553..fe33855 100644 --- a/.mergify.yml +++ b/.mergify.yml @@ -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 @@ -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, mysql:8) - - status-success=Build and Test (ubuntu-latest, 2.13.8, temurin@8, mysql:8) + conditions: [] actions: queue: - method: squash - name: default