team_mention_comment_created?

in lib/retrospective.rb [118:122]


  def team_mention_comment_created?(issue_url:, comment_body:)
    comments = read_client.get("#{issue_url}/notes")
    comments.any? { |comment| comment['body'] == comment_body }
  end