Khan / pull-request-comment-trigger

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

Dev for issue_comment trigger workflow #31

Open Smile-Autra opened 2 years ago

Smile-Autra commented 2 years ago

I write a workflow on issue_comment. The problem that github action will pick up the worflow yaml from master(default) branch. So I can not have the dev and test envrionment for the workflow.

thepeachkhoukha commented 2 years ago

Is there a solution for this ?