Method: Gitlab::Triage::Action::CommentOnSummary#build_comment
- Defined in:
- lib/gitlab/triage/action/comment_on_summary.rb
#build_comment(resource) ⇒ Object (private)
47 48 49 |
# File 'lib/gitlab/triage/action/comment_on_summary.rb', line 47 def build_comment(resource) CommandBuilders::TextContentBuilder.new(policy.actions[:comment_on_summary], resource: resource, network: network).build_command end |