Skip to content

Commit

Permalink
[danger] add pull request title warning [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
dkhamsing authored Jul 27, 2016
1 parent ed9d3be commit 3468923
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dangerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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'

0 comments on commit 3468923

Please sign in to comment.