Skip to content

0.20.0 Add `slash-command-dispatch` GitHub Actions workflow

Compare
Choose a tag to compare
@maximmi maximmi released this 19 Feb 06:32
18a0bf0

what

  • Add slash-command-dispatch GitHub Actions workflow
  • fix for unused associate_public_ip_address

why

  • In a repo with the GitHub actions workflow present, when a PR is opened, we can comment on the PR with commands /build-readme and /terraform-fmt to rebuild README and format terraform code and push the changes back to the PR repo
  • closes #53