Skip to content

Commit

Permalink
Merge pull request #41 from simahawk/patch-1
Browse files Browse the repository at this point in the history
collect_prs_info: include full data
  • Loading branch information
sbidoul committed Jan 13, 2020
2 parents dfdb3db + 56cb704 commit 06ebfe6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions git_aggregator/repo.py
Original file line number Diff line number Diff line change
Expand Up @@ -353,6 +353,7 @@ def collect_prs_info(self):
)
continue
rj = r.json()
pr_info['raw'] = rj
pr_info['state'] = rj.get('state')
pr_info['url'] = rj.get('html_url')
pr_info['labels'] = ", ".join(
Expand Down

0 comments on commit 06ebfe6

Please sign in to comment.