Method: Gitlab::Triage::Action::CommentOnSummary#perform

Defined in:
lib/gitlab/triage/action/comment_on_summary.rb

#perform(comment) ⇒ Object (private)



51
52
53
# File 'lib/gitlab/triage/action/comment_on_summary.rb', line 51

def perform(comment)
  network.post_api(build_post_url, body: comment)
end