From 87002d0ca154adae9a7a702c562490e7115b9c49 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 25 May 2023 02:00:31 +0000 Subject: [PATCH 1/2] Update sbt-mergify-github-actions to 0.7.0 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 5bcfab3..0e8d1ee 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,5 +1,5 @@ addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.3.1") addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.13.1") addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.12") -addSbtPlugin("io.github.nafg.mergify" % "sbt-mergify-github-actions" % "0.6.0") +addSbtPlugin("io.github.nafg.mergify" % "sbt-mergify-github-actions" % "0.7.0") libraryDependencies += "io.github.nafg.scalac-options" %% "scalac-options" % "0.2.0" From c1b4fd804ff53d267521e394a81b454118f08a1e Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 25 May 2023 02:01:13 +0000 Subject: [PATCH 2/2] Regenerate GitHub Actions workflow Executed command: sbt githubWorkflowGenerate --- .mergify.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.mergify.yml b/.mergify.yml index fbe17d5..8118f22 100644 --- a/.mergify.yml +++ b/.mergify.yml @@ -9,4 +9,5 @@ pull_request_rules: - check-success=Build and Test (ubuntu-latest, 2.13.10, temurin@11) - check-success=Build and Test (ubuntu-latest, 3.2.2, temurin@11) actions: - queue: {} + queue: + name: default