A command line app for accessing and responding to review requests on GitHub.
- Filter review requests
- Open pull request
- Mark as read
- Unsubscribe
go install github.com/Shopify/revs@mainor
go install github.com/Shopify/revs@<tag>This will install to $GOBIN, $GOPATH/bin or ~/go/bin. Make sure whichever is in your path.
For folks @Shopify Revs development is setup to be done in Spin.
spin up revsOptionally, you can save a GitHub token as a Spin secret that will be auto-mounted in the instance.
spin secrets create -u revs-token