lib/tutter/action/sppuppet.rb in tutter-sppuppet-0.0.20 vs lib/tutter/action/sppuppet.rb in tutter-sppuppet-0.0.21

- old
+ new

@@ -29,10 +29,10 @@ @data['comment']['body'].start_with?(':shipit:')) return 200, 'Not a merge comment' unless merge unless pr.mergeable_state == 'clean' - msg = "Merge state for #{@project} #{pull_request_id} is not clean. Current state: #{pr.mergeable_state}" + msg = "Merge state for is not clean. Current state: #{pr.mergeable_state}\nHave the tests finished running?" @client.add_comment(@project, pull_request_id, msg) return 200, msg end # We fetch the latest commit and it's date.