You've already forked PythonLib
mirror of
https://github.com/lifebottle/PythonLib.git
synced 2026-02-13 15:25:50 -08:00
Adding PR Url to the message
This commit is contained in:
@@ -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'])
|
||||
message += '{} - {} by {} ... {}'.format(pr['created_at'], pr['title'], pr['user']['login'], pr['url'])
|
||||
|
||||
return message
|
||||
|
||||
|
||||
Binary file not shown.
Reference in New Issue
Block a user