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

Cannot get the action to work #41

Closed GytisBraz closed 1 year ago

GytisBraz commented 1 year ago

For some reason I cannot make the action work. I forked the repo (so it has the .github/workflows/example.yml workflow), created a pull-request and left a comment but the action does not trigger: https://github.com/GytisBraz/pull-request-comment-trigger/pull/1 - I don't expect #look or #deploy to work without a GH token but #hello should work.

Am I missing something?

Edit: nevermind, the action appears under the Actions tab