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

update dist/index.js #11

Open carrotIndustries opened 3 years ago

carrotIndustries commented 3 years ago

fixes #9

yuler commented 2 years ago

look

fermay commented 2 years ago

look

fermay commented 2 years ago

why not show checks status in this page, when i use "#look" to trigger. and only show status of "pull_request"

jaredly commented 2 years ago

@fermay that's an artifact of the way that github manages checks, unfortunately. Actions that run in response to issue comments (including those on pull requests) are run against the main branch, not the pull-request branch.