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.
- Host: GitHub
- URL: https://github.com/torbensky/pr-watcher
- Owner: torbensky
- Created: 2021-09-18T17:33:25.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-09-18T18:26:46.000Z (over 4 years ago)
- Last Synced: 2024-06-20T20:53:11.481Z (over 1 year ago)
- Topics: cli, github-api, go, pull-request
- Language: Go
- Homepage:
- Size: 143 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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