Daily Helper

While working on several monolithic projects, I found out that it's hard to keep track of which pull requests belong to your team.

GitHub list of pull requests does not allow you to filter pull requests by your team, but rather by the repository.

It is also not possible to get a list of pull requests of multiple authors.


This is the tool I wrote to help with above issues, given that you are part of a team in a GitHub organization.

Once you provide your GitHub token to the app and specify which teams and repositories (optional) to track, you can get a concise list of all pull requests across all organization repositories, grouped by every team.

If you want to learn more or use the tool, visit its website (there is also a link in the menu on the left) or GitHub page.