Releases: ipdxco/unified-github-workflows
Releases · ipdxco/unified-github-workflows
v1.0.4
Added
- trigger Go workflows on merge queue events
Fixed
- execute release nag only if preconditions are met
v1.0.3
Added
- names to the steps in the Go test and check workflows
v1.0.2
Changed
- allow using custom GitHub token in the releaser workflow
v1.0.1
Changed
- rename pl-strflt/* to ipdxco/*
v1.0.0
Changed
- updated codecov-action
- passed CODECOV_TOKEN secret to codecov-action explicitly (requires secrets to be set in the repository or organization settings)
- made template workflows inherit secrets from parent workflows
v0.0.17
Changed
- updated GitHub Actions actions
v0.0.16
Fixed
- install playwright dependencies before using it
v0.0.15
Fixed
- revert adding permissions in JS release job (we cannot do that in a reusable workflow)
v0.0.14
Changed
- permissions in JS release job
v0.0.13
Added
- ability to ignore protoc version comments in
go generate
check