How can I prevent a pull request from triggering a build based on the description?

We have a need for certain pull requests to not be build automatically based on keywords in the description. Is there a way to do this through script runner or some other method?

Why not just use a script in your build to stop it if PR of commits included on that build contains such keywords in the description?
Cheers.