Hubbup
Hubbup copied to clipboard
Show number of comments on an item
Use glyphicon glyphicon-comment.
Seems to be a bug (or GitHub API limit) that PRs always have a comment count of 0. Issues work fine.
Turns out you need to make an extra request for every PR to get its comment count, and another separate request to gets its review comment count.