Khan / pull-request-comment-trigger

A github action for detecting a "trigger" in a pull request description or comment
207 stars 91 forks source link

Different keywords trigger multiple workflows. #32

Open mjimeneznet opened 2 years ago

mjimeneznet commented 2 years ago

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.