Skip to content

v1.6.0

Compare
Choose a tag to compare
@cloudposse-releaser cloudposse-releaser released this 19 Jun 23:54
· 15 commits to refs/heads/main since this release
eb8dc41
feat: add a custom response body for the default block action @shashimal (#79)

what

Add a response body for the default blocked action by choosing from the existing custom response bodies.

why

Sometimes, users may want to display a custom response message for default blocked action.

references

🤖 Automatic Updates

Update release workflow to allow pull-requests: write @osterman (#82)

what

  • Update workflow (.github/workflows/release.yaml) to have permission to comment on PR

why

  • So we can support commenting on PRs with a link to the release
Update GitHub Workflows to use shared workflows from '.github' repo @osterman (#80)

what

  • Update workflows (.github/workflows) to use shared workflows from .github repo

why

  • Reduce nested levels of reusable workflows