Skip to content

Commit

Permalink
fix: i am dumb
Browse files Browse the repository at this point in the history
  • Loading branch information
shanebonham committed Nov 1, 2017
1 parent bbbee94 commit 75f43fb
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions lib/review_bot/notification.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,7 @@ def initialize(pull_request:, suggested_reviewers:)

def message
[
%(• ##{pull_request.html_url} \
<#{pull_request.html_url}|#{pull_request.title}> \
needs a *#{needed_review_type}* from),
%(• ##{pull_request.id} <#{pull_request.html_url}|#{pull_request.title}> needs a *#{needed_review_type}* from),
suggested_reviewers.map(&:slack_emoji).join(' ')
].join(' ')
end
Expand Down

0 comments on commit 75f43fb

Please sign in to comment.