[danger] add pull request title warning [ci skip]

This commit is contained in:
dkhamsing 2016-07-27 12:35:15 -07:00 committed by GitHub
parent ed9d3bee10
commit 3468923b02
1 changed files with 3 additions and 0 deletions

View File

@ -8,3 +8,6 @@ end
# Only one library per pull request
fail "Please only add one library per Pull Request" if git.lines_of_code > 1
# Pull request title warning
warn 'Please update the Pull Request title' if github.pr_title.include? 'Update README.md'