[danger] add pull request title warning [ci skip]
This commit is contained in:
parent
ed9d3bee10
commit
3468923b02
|
@ -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'
|
||||
|
|
Loading…
Reference in New Issue