Releases: cloudposse/github-action-wait-commit-status
Releases · cloudposse/github-action-wait-commit-status
v0.2.1
Update node 20 Igor Rodionov (@goruha) (#18)
## what * Update node 20why
- Node 16 is depricated for GHA
🤖 Automatic Updates
Update .github/settings.yml Erik Osterman (CEO @ Cloud Posse) (@osterman) (#15)
## what - Update `.github/settings.yml` - Drop `.github/auto-release.yml` fileswhy
- Re-apply
.github/settings.ymlfrom org level - Use organization level auto-release settings
references
- DEV-1242 Add protected tags with Repository Rulesets on GitHub
Update release workflow to allow pull-requests: write Erik Osterman (CEO @ Cloud Posse) (@osterman) (#14)
## what - Update workflow (`.github/workflows/release.yaml`) to have permission to comment on PRwhy
- Add comment to PR when it is released
Use GitHub Action Workflows from `cloudposse/.github` Repo Erik Osterman (CEO @ Cloud Posse) (@osterman) (#13)
## what - Update workflows (`.github/workflows/settings.yaml`) to use shared workflows from `.github` repowhy
- Reduce nested levels of reusable workflows
Use GitHub Action Workflows from `cloudposse/.github` Repo Erik Osterman (CEO @ Cloud Posse) (@osterman) (#12)
## what - Update workflows (`.github/workflows/settings.yaml`)why
- Support new readme generation workflow.
- Generate banners
v0.2.0
Remove max timeout input Igor Rodionov (@goruha) (#4)
what
- Remove max timeout input
why
- Simplify settings
v0.1.0
Added tear down status Igor Rodionov (@goruha) (#3)
what
- Tear down test status
Why
- To have all statuses
success
Initial implementation Igor Rodionov (@goruha) (#2)
what
- Initial implementation of
wait-for-commit-statusaction