Merge pull request #4544 from commitay/jenkins-comment
utils/github: remove full stop from the "skipping" comment
This commit is contained in:
commit
8a0edc7389
@ -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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user