/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.

Primary LanguageGo

pr-watcher

Usage

  • go run main.go -p <pr-number> --owner <repo-owner> --repo <your-repo>

TODO

  • update comparison API to return descriptions of changes to be used for notifications
  • support configuration file
  • documentation
    • how to run
    • how to configure