We have some halfpipe manifests that are used to create GH Action workflows to execute tests against a pull request.
Currently, halfpipe only supports the push event to trigger a run. For our use case, we need to manually change the generated workflow to use pull_request event.
It would be great if this could be somehow supported in halfpipe directly, as it makes it much easier to the developers to use only one "configuration language" (halfpipe).