# File lib/operator.rb, line 461 def comment project, config, opts, issue puts "Commenting on issue #{issue.name}: #{issue.title}." comment = get_comment opts if comment.blank? puts "Empty comment, aborted." else issue.log "commented", config.user, comment puts "Comments recorded for #{issue.name}." end end