paketo-buildpacks / pipeline-builder

A command line utility that creates GitHub Actions Workflows for Paketo-style buildpacks
Apache License 2.0
19 stars 15 forks source link

Update Go action reports the incorrect title #1699

Closed dmikusa closed 2 months ago

dmikusa commented 2 months ago

Expected Behavior

For some buildpacks, when it updates just to Go Modules, the Update Go action reports it also updated the Go version. It should just report that it has updated the Go modules.

See https://github.com/paketo-buildpacks/clojure-tools/pull/241 as an example. It did not actually update Go, so it should have just set the title to updating go mods.

We may need to adjust with https://github.com/paketo-buildpacks/pipeline-builder/issues/1636 too, so it might make sense to fix these two together.

dmikusa commented 2 months ago

Resolved by https://github.com/paketo-buildpacks/pipeline-builder/pull/1702