An open API service indexing awesome lists of open source software.

https://github.com/torbensky/pr-watcher

A simple CLI tool that helps you stay on top of a pull request on GitHub. Most useful for being notified of a CI status check update or a PR review.
https://github.com/torbensky/pr-watcher

cli github-api go pull-request

Last synced: 8 days ago
JSON representation

A simple CLI tool that helps you stay on top of a pull request on GitHub. Most useful for being notified of a CI status check update or a PR review.

Awesome Lists containing this project

README

          

# pr-watcher

## Usage

- `go run main.go -p --owner --repo `

## TODO

- [x] update comparison API to return descriptions of changes to be used for notifications
- [ ] support configuration file
- [ ] documentation
- [x] how to run
- [ ] how to configure