You've already forked PythonLib
mirror of
https://github.com/lifebottle/PythonLib.git
synced 2026-02-13 15:25:50 -08:00
Adding function to convert the PRs infos to message text for the temail
This commit is contained in:
@@ -47,3 +47,10 @@ def get_pull_requests(org, repo_name):
|
||||
top5_infos = pd.DataFrame([ [ele['created_at'], ele['title'], ele['state'], ele['user']['login'], ele['url']] for ele in top5], columns = ['Created', 'Title', 'Status', 'User', 'Url'])
|
||||
|
||||
|
||||
def get_pull_requests_message(org, repo_name):
|
||||
|
||||
#Get Datas
|
||||
get_pull_requests(org, repo_name)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user