Method: Codebot::Formatters::Gitlab::NoteHook#issue_summary
- Defined in:
- lib/codebot/formatters/gitlab_note_hook.rb
#issue_summary ⇒ Object
25 26 27 28 29 30 31 32 |
# File 'lib/codebot/formatters/gitlab_note_hook.rb', line 25 def issue_summary issue_default_format % { repository: format_repository(repository_name), sender: format_user(sender_name), number: issue_number, summary: prettify(comment_body) } end |