Releases: bitrise-steplib/steps-github-status
Releases · bitrise-steplib/steps-github-status
Release list
3.0.1
What's Changed
- fix: auto status when pipeline shows success but workflow failed by @morbalint in #35
New Contributors
- @morbalint made their first contribution in #35
Full Changelog: 3.0.0...3.0.1
3.0.0
What's Changed
- Create stale issue management workflow by @bitrise-coresteps-bot in #30
- Configure Renovate by @renovate in #31
- Handle pipeline build status by @godrei in #34
Migration Guide
- The
APIURLinput is now required - If you are using the optional
verboseinput the value must now be eitheryesorno
New Contributors
- @bitrise-coresteps-bot made their first contribution in #30
- @renovate made their first contribution in #31
Full Changelog: 2.4.0...3.0.0
2.4.0
Migrated to go toolkit to resolve the issue on Ubuntu stacks:
... main.go:12:2: no required module provides package github.com/bitrise-io/go-utils/log: go.mod file not found in current directory or any parent directory; see 'go help modules'
Added HTTP Retry.