sbt-github-actions
sbt-github-actions copied to clipboard
Suggestion: for sbt 1.7, use `.x` syntax for scala versions
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
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.