Method: Codebot::Formatters::IssueComment#default_format
- Defined in:
- lib/codebot/formatters/issue_comment.rb
#default_format ⇒ Object
23 24 25 26 |
# File 'lib/codebot/formatters/issue_comment.rb', line 23 def default_format '[%<repository>s] %<sender>s commented on issue' \ ' #%<number>s: %<summary>s' end |