unicorn-fail / dreditor.org

Dreditor Browser Extension Site
https://dreditor.org
GNU General Public License v2.0
0 stars 1 forks source link

Skip builds/prs that contain [ci skip] #8

Open markhalliwell opened 10 years ago

markhalliwell commented 10 years ago

Following Travis-CI's lead http://docs.travis-ci.com/user/how-to-skip-a-build

markhalliwell commented 10 years ago

Need to parse each commit in the individual PR: https://api.github.com/repos/dreditor/dreditor/pulls/158/commits

$pr[0]['commit']['message']