Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Prevent triggering builds on closed PRs
Skips all kind of event triggers for closed PRs, rather than just for comments as per jenkinsci#54. I've not added a test to cover this, as there's no existing test coverage for `pull_request` events in `org.jenkinsci.plugins.ghprb.GhprbRootActionTest`, nor is there any example payloads in `org.jenkinsci.plugins.ghprb.GhprbTestUtil`. Fixes: jenkinsci#865
- Loading branch information