utils/github: remove full stop from the "skipping" comment

This commit is contained in:
commitay 2018-07-25 15:37:58 +10:00
parent def529ba3e
commit 7542c4edb7

View File

@ -308,7 +308,7 @@ module GitHub
url = "#{API_URL}/repos/#{user}/#{repo}/issues/#{pr}/comments"
data = { "body" => body }
if issue_comment_exists?(user, repo, pr, body)
ohai "Skipping: identical comment exists on #{PR_ENV}."
ohai "Skipping: identical comment exists on #{PR_ENV}"
return true
end