Live data from Hacker News

Show HN: Node.js CLI that notifies when pull requests are stale

github.com

1–2 of 2 posts

Re: Show HN: Node.js CLI that notifies when pull requests are stale

#2
We use git flow at work, which means we rely on PRs to be reviewed and merged in order to make it into staging/production. This tool was made to give us a report of stale PRs to know what to review first (and how behind we are on reviews).

It's also really nice for open source repos that you don't look at every day.