Added more Dangerfile rules
This commit is contained in:
parent
65f28affce
commit
4a80ce1e0b
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue