class Pronto::Formatter::GitlabMergeRequestReviewFormatter
def existing_comments(_, client, repo)
def existing_comments(_, client, repo) sha = repo.head_commit_sha comments = client.pull_comments(sha) grouped_comments(comments) end
def existing_comments(_, client, repo) sha = repo.head_commit_sha comments = client.pull_comments(sha) grouped_comments(comments) end