diff --git a/RepoFunctions.py b/RepoFunctions.py index 2c9a9d2..d507265 100644 --- a/RepoFunctions.py +++ b/RepoFunctions.py @@ -56,7 +56,7 @@ def get_pull_requests_message(org, repo_name): for pr in top5_prs: message = message + "
" - 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 diff --git a/__pycache__/RepoFunctions.cpython-38.pyc b/__pycache__/RepoFunctions.cpython-38.pyc index a24521e..b48b216 100644 Binary files a/__pycache__/RepoFunctions.cpython-38.pyc and b/__pycache__/RepoFunctions.cpython-38.pyc differ