Skip to content
Compare
Choose a tag to compare
@github-actions github-actions released this 04 Aug 21:21
· 11 commits to refs/heads/main since this release
a691bda
add pattern matching fix @mcalhoun (#26)

what

Update the order of comments from /spacelift {preview,deploy} [stackname] to /spacelift [stackname] {preview,deploy}

why

When there are stacks whose ids are substrings of other stacks, both stacks were accidentally triggered because the spacelift policy uses contains(input.pull_request.comment, concat(" ", ["/spacelift", "preview", input.stack.id])) to match the comments from the Pull Request.

references

cloudposse/terraform-spacelift-cloud-infrastructure-automation PR