I have jenkins setup using the 'Github Pull Request Builder' and for the most part its great. However extra builds are being triggered referencing closed PR's.
For example if create PR 8, it will also build:
origin/pr/7/head
origin/pr/8/merge
How can I stop it from doing these 2 extra builds?