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

An sbt plugin which makes it easier to build with GitHub Actions

Results 38 sbt-github-actions issues
Sort by recently updated
recently updated
newest added

Github natively supports automatic PRs labelling — https://github.com/actions/labeler. Manually managing the `.github/labeler.yml` might be laborious, especially when reorganizing SBT modules that correspond to labels in one's Github repo. What do...

I am trying to [port difflicious to use sbt-projectmatrix](https://github.com/jatcwang/difflicious/pull/33). However the build fails at the `uploadArtifacts` stage: ``` Run tar cf targets.tar modules/weaver/target/jvm-2.13 modules/scalatest/target/jvm-2.13 modules/benchmarks/target/jvm-2.13 target docs/target/jvm-2.13 modules/core/target/jvm-3 modules/munit/target/jvm-3 modules/scalatest/target/jvm-3...

MacOS 13 is an ARM runner, should add this to CI to see if there are any problems.

As in [working-directory](https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsworking-directory) Thank you!

Upgrading to v0.22.0 results in the following error: ``` @actions/artifact v2.0.0+, upload-artifact@v4+ and download-artifact@v4+ are not currently supported on GHES. ``` Can we downgrade to v3 until v4 works on...

This PR is an upstream port of https://github.com/typelevel/sbt-typelevel/pull/98, every commit has been cherry picked both for authorship acknowledgement and also to make it easy to correlate the commits. In the...

GitHub workflows have now a feature in beta, concurrency. One can read more in here: https://docs.github.com/en/actions/reference/workflow-syntax-for-github-actions#concurrency The feature enables to stop an already running workflow when a new one is...

enhancement

When generating the various github action workflows sbt-github-actions uses the full Scala version (i.e. https://github.com/sbt/sbt-github-actions/blob/main/.github/workflows/ci.yml#L26). sbt now supports running a build against a specific Scala major version instead of the...

enhancement

There are some settings that are impossible to set with this action. In particular we have a private AWS ECR docker registry that we log in to using the recommended...