Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
simahawk committed Jan 13, 2020
1 parent 220da05 commit 56cb704
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 @@ -354,6 +354,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(
label['name'] for label in rj.get('labels')
Expand Down

0 comments on commit 56cb704

Please sign in to comment.