Method: Codebot::Formatters::PullRequest#summary
- Defined in:
- lib/codebot/formatters/pull_request.rb
#summary ⇒ Object
17 18 19 20 21 22 23 24 25 26 27 |
# File 'lib/codebot/formatters/pull_request.rb', line 17 def summary default_format % { repository: format_repository(repository_name), sender: format_user(sender_name), action: action, number: pull_number, title: pull_title, base_ref: pull_base_ref, head_title: pull_head_title } end |