Skip to content

Commit

Permalink
fix: my dumbness knows no bounds
Browse files Browse the repository at this point in the history
  • Loading branch information
shanebonham committed Nov 2, 2017
1 parent 75f43fb commit 9df9d94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/review_bot/notification.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ def initialize(pull_request:, suggested_reviewers:)

def message
[
%(• ##{pull_request.id} <#{pull_request.html_url}|#{pull_request.title}> needs a *#{needed_review_type}* from),
%(• ##{pull_request.number} <#{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 9df9d94

Please sign in to comment.