-
New Feature
-
Resolution: Unresolved
-
Minor
-
None
It would be nice to have an option to filter the events used to trigger builds from GitHub's `pull_request` webhook. In my case I only want builds to be triggered on newly created pull requests or pushes to an existing pull request (for both forked PRs and not), but the plugin by default responds to all `pull_request` events so builds are re-triggered when someone edits the PR title on GitHub and it sends a `pull_request` `edited` event, so there would need to be some way to say ignore `edited` `pull_request` webhooks.