# This file was automatically generated by sbt-typelevel-mergify using the # mergifyGenerate task. You should add and commit this file to # your git repository. It goes without saying that you shouldn't edit # this file by hand! Instead, if you wish to make changes, you should # change your sbt build configuration to revise the mergify configuration # to meet your needs, then regenerate this file. pull_request_rules: - name: merge scala-steward's PRs conditions: - author=scala-steward - body~=labels:.*early-semver-patch - status-success=Build and Test (ubuntu-latest, 2.12, temurin@11) - status-success=Build and Test (ubuntu-latest, 2.13, temurin@11) - status-success=Build and Test (ubuntu-latest, 3, temurin@11) actions: merge: {} - name: Label bench PRs conditions: - files~=^modules/bench/ actions: label: add: - bench remove: [] - name: Label core PRs conditions: - files~=^modules/core/ actions: label: add: - core remove: [] - name: Label docs PRs conditions: - files~=^modules/docs/ actions: label: add: - docs remove: [] - name: Label example PRs conditions: - files~=^modules/example/ actions: label: add: - example remove: [] - name: Label free PRs conditions: - files~=^modules/free/ actions: label: add: - free remove: [] - name: Label h2 PRs conditions: - files~=^modules/h2/ actions: label: add: - h2 remove: [] - name: Label h2-circe PRs conditions: - files~=^modules/h2-circe/ actions: label: add: - h2-circe remove: [] - name: Label hikari PRs conditions: - files~=^modules/hikari/ actions: label: add: - hikari remove: [] - name: Label log4cats PRs conditions: - files~=^modules/log4cats/ actions: label: add: - log4cats remove: [] - name: Label munit PRs conditions: - files~=^modules/munit/ actions: label: add: - munit remove: [] - name: Label mysql PRs conditions: - files~=^modules/mysql/ actions: label: add: - mysql remove: [] - name: Label postgres PRs conditions: - files~=^modules/postgres/ actions: label: add: - postgres remove: [] - name: Label postgres-circe PRs conditions: - files~=^modules/postgres-circe/ actions: label: add: - postgres-circe remove: [] - name: Label refined PRs conditions: - files~=^modules/refined/ actions: label: add: - refined remove: [] - name: Label scalatest PRs conditions: - files~=^modules/scalatest/ actions: label: add: - scalatest remove: [] - name: Label specs2 PRs conditions: - files~=^modules/specs2/ actions: label: add: - specs2 remove: [] - name: Label testutils PRs conditions: - files~=^modules/testutils/ actions: label: add: - testutils remove: [] - name: Label weaver PRs conditions: - files~=^modules/weaver/ actions: label: add: - weaver remove: [] - name: merge-when-ci-pass conditions: - status-success=Build and Test (ubuntu-latest, 2.12, temurin@11) - status-success=Build and Test (ubuntu-latest, 2.13, temurin@11) - status-success=Build and Test (ubuntu-latest, 3, temurin@11) - label=merge-on-build-success actions: merge: {}