Skip to content

Commit

Permalink
Update mergifyStewardConfig to use the new API
Browse files Browse the repository at this point in the history
  • Loading branch information
bpholt committed Jun 7, 2024
1 parent 487d57f commit 0b4e90f
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,10 @@ ThisBuild / githubWorkflowScalaVersions := Seq("2.13", "2.12")
ThisBuild / tlCiReleaseBranches := Seq("main", "series/0.5")
ThisBuild / tlBaseVersion := "0.4"
ThisBuild / tlSonatypeUseLegacyHost := true
ThisBuild / mergifyStewardConfig ~= {
_.map(_.copy(mergeMinors = true, author = "dwolla-oss-scala-steward[bot]"))
}
ThisBuild / mergifyStewardConfig ~= { _.map {
_.withAuthor("dwolla-oss-scala-steward[bot]")
.withMergeMinors(true)
}}

lazy val `fs2-pgp-root` = (project in file("."))
.settings(publishArtifact := false)
Expand Down

0 comments on commit 0b4e90f

Please sign in to comment.