Skip to content

Releases: cloudposse/github-action-wait-commit-status

v0.2.1

20 May 16:41

Choose a tag to compare

Update node 20 Igor Rodionov (@goruha) (#18) ## what * Update node 20

why

  • 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` files

why

  • Re-apply .github/settings.yml from 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 PR

why

  • 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` repo

why

  • 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

20 Jul 11:22
5ce007a

Choose a tag to compare

Remove max timeout input Igor Rodionov (@goruha) (#4)

what

  • Remove max timeout input

why

  • Simplify settings

v0.1.0

19 Jul 11:47
79b22e0

Choose a tag to compare

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-status action