Show More
@@ -206,7 +206,7 b' class HipchatIntegrationType(Integration' | |||
|
206 | 206 | }.get(event.__class__, str(event.__class__)) |
|
207 | 207 | |
|
208 | 208 | return ('Pull request <a href="{url}">#{number}</a> - {title} ' |
|
209 | '{action} by {user}').format( | |
|
209 | '{action} by <b>{user}</b>').format( | |
|
210 | 210 | user=data['actor']['username'], |
|
211 | 211 | number=data['pullrequest']['pull_request_id'], |
|
212 | 212 | url=data['pullrequest']['url'], |
General Comments 0
You need to be logged in to leave comments.
Login now