DevSecTop / TF-via-PR

GitHub Action to plan and apply OpenTofu/Terraform (TF) via pull request (PR) automation.

Home Page:https://github.com/marketplace/actions/opentofu-terraform-via-pull-request

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Request: User-configurable trigger keyword

RDhar opened this issue · comments

Is your feature request related to a problem

At the moment, the only way this workflow can be triggered initially is via a comment starting with -terraform.

Describe the solution you'd like

I'd like this triggering keyword to be user-configurable. E.g., /terraform, -tf, etc.

Describe alternatives you've considered

N/a.

Additional context

N/a.

As it turns out, it's not straightforward to "variable-ise" the very keyword which triggers this workflow.

That being said, we'd like to remain vendor-neutral so all references to -terraform has been replaced by the more concise -tf instead. Hopefully this is a happy-compromise in the meantime.