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 @goruha (#18) ## what * Update node 20

why

  • Node 16 is depricated for GHA

🤖 Automatic Updates

Update .github/settings.yml @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 @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 @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 @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 @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 @goruha (#3)

what

  • Tear down test status

Why

  • To have all statuses success
Initial implementation @goruha (#2)

what

  • Initial implementation of wait-for-commit-status action