janinko / ghprb

github pull requests builder plugin for Jenkins
https://wiki.jenkins-ci.org/display/JENKINS/GitHub+pull+request+builder+plugin
MIT License
370 stars 20 forks source link

skipping PR build and allowing the merge #470

Closed dmitsh closed 7 years ago

dmitsh commented 7 years ago

Is it possible to skip the PR build on some changes (documentation, etc.) and allow the merge?

We can skip PR build by adding a blacklist label , or by adding "[skip ci]" to the PR title. However, if our GitHub is configured to wait for the PR build status, we cannot merge this PR. The status is never coming because the build has been skipped. Did we miss any of the settings? Is there workaround to allow merge?