Is it possible to trigger a CircleCI workflow from a GitHub Webhook from manual action on a PR? I’m looking to run a workflow from a manual action that creates a GitHub Webhook, like adding a label or comment, rather than on push. I’m not readily seeing in the documentation how to listen for such hooks.
Thanks!