Khan/pull-request-comment-trigger

Different keywords trigger multiple workflows.

Opened this issue · 0 comments

I have two commands:
/APPLY -> which does one job
/APPLY_AND_MERGE -> which does one job and if success merge the Pull Requests

When I write any of the above keyword in the comment, both of them fire at the same time.

Is any kind of wildcard for the trigger? I expect each keyword to run only one workflow.