Added more Dangerfile rules

This commit is contained in:
Lucas Farah 2016-10-04 21:27:18 -07:00 committed by GitHub
parent 65f28affce
commit 4a80ce1e0b
1 changed files with 7 additions and 1 deletions

View File

@ -1 +1,7 @@
message("Hello, this worked") if github.pr_body.length < 5
fail "Please provide a summary in the Pull Request description"
end
if github.pr_json["milestone"] > 1
fail "Please provide only one extension per PR"
end