gh cli extension to display a "dashboard" or pull requests by filters you care about.
Comes with 3 default sections:
- My Pull Requests
- Needs My Review
- Subscribed
- Install gh cli:
brew install gh- Install this extension:
gh extension install dlvhdr/gh-prsConfiguration is done in the sections.yml file under the extension's directory.
Example sections.yml file:
- title: My Pull Requests
repos:
- dlvhdr/gh-prs
filters: author:@me
- title: Needs My Review
repos:
- dlvhdr/gh-prs
filters: assignee:@me
- title: Subscribed
repos:
- cli/cli
- charmbracelet/glamour
- charmbracelet/lipgloss
filters: -author:@meRun
### Author
Dolev Hadar dolevc2@gmail.com