It would be really beneficial if there are filters for other types of events like they are for push and pr
https://help.github.com/en/articles/workflow-syntax-for-github-actions#onpushpull_requestpaths
Particularly now that CI with actions/filter no longer recognizes exit 78 flag and renders all workflows as failed.
My primary use would for issue_comment :
for example:
on:
issue_comment:
body: ".*/command.*" # body contains some text
user:
login: "dz0ny" # and user is me