Skip to content

Commit

Permalink
Remove one more occurence of username field
Browse files Browse the repository at this point in the history
  • Loading branch information
kravietz committed Aug 3, 2019
1 parent 5bc59ac commit ca880c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion master/buildbot/www/hooks/bitbucketcloud.py
Expand Up @@ -145,7 +145,7 @@ def handle_pullrequest(self, payload, refname, category):
'revlink': payload['pullrequest']['link'],
'repository': repo_url,
'author': '{} <{}>'.format(payload['actor']['display_name'],
payload['actor']['username']),
payload['actor']['nickname']),
'comments': 'Bitbucket Cloud Pull Request #{}'.format(pr_number),
'branch': refname,
'project': project,
Expand Down

0 comments on commit ca880c5

Please sign in to comment.