https://github.com/is-a-dev/reviewmate
A GitHub App built with Probot to assist in the review process of is-a-dev
https://github.com/is-a-dev/reviewmate
is-a-dev javascript probot reviewmate
Last synced: 3 months ago
JSON representation
A GitHub App built with Probot to assist in the review process of is-a-dev
- Host: GitHub
- URL: https://github.com/is-a-dev/reviewmate
- Owner: is-a-dev
- License: mit
- Archived: true
- Created: 2023-10-29T11:24:42.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-11-18T05:32:33.000Z (6 months ago)
- Last Synced: 2024-12-18T18:39:14.660Z (5 months ago)
- Topics: is-a-dev, javascript, probot, reviewmate
- Language: JavaScript
- Homepage:
- Size: 269 KB
- Stars: 3
- Watchers: 2
- Forks: 2
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# ReviewMate
[](https://github.com/VaibhavSys/ReviewMate/actions/workflows/docker-image.yml)

> A GitHub App built with [Probot](https://github.com/probot/probot) to assist in the review process of [is-a-dev](https://github.com/is-a-dev/register)
## Setup
```sh
# Install dependencies
npm install# Run the bot
npm start
```## Docker
```sh
# 1. Build container
docker build -t ReviewMate .# 2. Start container
docker run -e APP_ID= -e PRIVATE_KEY= -e IMGBB_KEY= -e SCREENSHOTLAYER_KEY= -e WEBHOOK_SECRET= ReviewMate
```## Contributing
If you have suggestions for how ReviewMate could be improved, or want to report a bug, open an issue! We'd love all and any contributions.
For more, check out the [Contributing Guide](CONTRIBUTING.md).
## License
[MIT](LICENSE) © 2023 Vaibhav Dhiman