utils/github: remove full stop from the "skipping" comment
This commit is contained in:
parent
def529ba3e
commit
7542c4edb7
@ -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