Show More
@@ -173,7 +173,7 b' class SlackIntegrationType(IntegrationTy' | |||
|
173 | 173 | |
|
174 | 174 | return (textwrap.dedent( |
|
175 | 175 | ''' |
|
176 | {user} commented on pull request <{pr_url}|#{number}> - {pr_title}: | |
|
176 | *{user}* commented on pull request <{pr_url}|#{number}> - {pr_title}: | |
|
177 | 177 | >>> {comment_status}{comment_text} |
|
178 | 178 | ''').format( |
|
179 | 179 | comment_status=comment_status, |
@@ -208,7 +208,7 b' class SlackIntegrationType(IntegrationTy' | |||
|
208 | 208 | }.get(event.__class__, str(event.__class__)) |
|
209 | 209 | |
|
210 | 210 | return ('Pull request <{url}|#{number}> - {title} ' |
|
211 | '{action} by {user}').format( | |
|
211 | '`{action}` by *{user}*').format( | |
|
212 | 212 | user=data['actor']['username'], |
|
213 | 213 | number=data['pullrequest']['pull_request_id'], |
|
214 | 214 | url=data['pullrequest']['url'], |
General Comments 0
You need to be logged in to leave comments.
Login now