Method: Codebot::Formatters::PullRequest#pull_head_title

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

#pull_head_titleObject



58
59
60
61
62
63
64
# File 'lib/codebot/formatters/pull_request.rb', line 58

def pull_head_title
  if pull_head_ref == pull_base_ref
    pull_head_ref
  else
    pull_head_label
  end
end