sbt-github-actions icon indicating copy to clipboard operation
sbt-github-actions copied to clipboard

Suggestion: for sbt 1.7, use `.x` syntax for scala versions

Open nafg opened this issue 3 years ago • 3 comments

SBT now supports version patterns like + 2.13.x. This means ci.yml and .mergify.yml have to be updated much less frequently.

Although, perhaps that makes sbt-github-actions somewhat less necessary

nafg avatar Jul 12 '22 06:07 nafg

Actually a much more compelling reason, for anyone using sbt-mergify-github-actions or https://github.com/typelevel/sbt-typelevel/tree/series/0.4/mergify, is that PRs that change .mergify.yml will not be automatically merged be Mergify. If more PRs do not require updating .mergify.yml then more PRs can be merged automatically.

nafg avatar Jul 17 '22 05:07 nafg