Method: Codebot::Formatters::Gitlab::NoteHook#commit_default_format

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

#commit_default_formatObject



76
77
78
79
# File 'lib/codebot/formatters/gitlab_note_hook.rb', line 76

def commit_default_format
  '[%<repository>s] %<sender>s commented on commit' \
  ' %<hash>s: %<summary>s'
end