-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #207 from scala-steward/update/sbt-mergify-github-…
…actions-0.9.0 Update sbt-mergify-github-actions to 0.9.0
- Loading branch information
Showing
3 changed files
with
18 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,15 @@ | ||
defaults: {} | ||
queue_rules: | ||
- name: default | ||
conditions: [] | ||
merge_conditions: [] | ||
pull_request_rules: | ||
- name: Automatically merge successful Scala Steward PRs | ||
conditions: | ||
- or: | ||
- author=scala-steward | ||
- author=nafg-scala-steward[bot] | ||
- check-success=Build and Test (ubuntu-latest, 2.13.14, temurin@8) | ||
- check-success=Build and Test (ubuntu-latest, 3.3.3, temurin@8) | ||
- check-success=Build and Test (ubuntu-latest, 2.13.14, zulu@8) | ||
- check-success=Build and Test (ubuntu-latest, 3.3.3, zulu@8) | ||
actions: | ||
queue: | ||
name: default |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.3.2") | ||
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.16.0") | ||
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.6.1") | ||
addSbtPlugin("io.github.nafg.mergify" % "sbt-mergify-github-actions" % "0.8.2") | ||
addSbtPlugin("io.github.nafg.mergify" % "sbt-mergify-github-actions" % "0.9.0") | ||
libraryDependencies += "io.github.nafg.scalac-options" %% "scalac-options" % "0.3.0" |