You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some changes in build.sbt may cause a change to the workflow files, e.g. a Scala version upgrade.
In these situations, Steward could regenerate the YAML configs as well. The exact keys that can influence that result might be hard to detect, so I guess it could run automatically on every change to .sbt / .scala build files if there's sbt-github-actions in the build.
The text was updated successfully, but these errors were encountered:
I like this but would restrict it to Scala updates. Nearly all Scala Steward PRs change .sbt or .scala files which means we would need to run sbt githubWorkflowGenerate on all updates if sbt-github-actions is used. That could slow down Scala Steward considerably because running sbt is slow.
Follow-up to #1745.
Some changes in build.sbt may cause a change to the workflow files, e.g. a Scala version upgrade.
In these situations, Steward could regenerate the YAML configs as well. The exact keys that can influence that result might be hard to detect, so I guess it could run automatically on every change to
.sbt
/.scala
build files if there'ssbt-github-actions
in the build.The text was updated successfully, but these errors were encountered: