Method: Codebot::Formatters::PullRequest#pull_head_ref

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

#pull_head_refObject



54
55
56
# File 'lib/codebot/formatters/pull_request.rb', line 54

def pull_head_ref
  pull_head_label.to_s.split(':').last
end