Replace with a better PR link

This commit is contained in:
Stewie
2022-05-21 23:30:52 -04:00
parent 1ae232b626
commit 87ffc24f95
2 changed files with 1 additions and 1 deletions

View File

@@ -56,7 +56,7 @@ def get_pull_requests_message(org, repo_name):
for pr in top5_prs:
message = message + "<br>"
message += '{} - {} by {} ... {}'.format(pr['created_at'], pr['title'], pr['user']['login'], pr['url'])
message += '{} - {} by {} ... {}'.format(pr['created_at'], pr['title'], pr['user']['login'], pr['_links']['html']['href'])
return message