Method: Codebot::Formatters::Gitlab::NoteHook#commit_summary

Defined in:
lib/codebot/formatters/gitlab_note_hook.rb

#commit_summaryObject



52
53
54
55
56
57
58
59
# File 'lib/codebot/formatters/gitlab_note_hook.rb', line 52

def commit_summary
  commit_default_format % {
    repository: format_repository(repository_name),
    sender: format_user(sender_name),
    hash: format_hash(commit_id),
    summary: prettify(comment_body)
  }
end