Method: Codebot::Formatters::Gitlab::NoteHook#issue_default_format
- Defined in:
- lib/codebot/formatters/gitlab_note_hook.rb
#issue_default_format ⇒ Object
61 62 63 64 |
# File 'lib/codebot/formatters/gitlab_note_hook.rb', line 61 def issue_default_format '[%<repository>s] %<sender>s commented on issue' \ ' #%<number>s: %<summary>s' end |