Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 2 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
- Created: 2023-10-29T11:24:42.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-09-26T02:24:17.000Z (3 months ago)
- Last Synced: 2024-09-27T08:02:23.149Z (3 months ago)
- Topics: is-a-dev, javascript, probot, reviewmate
- Language: JavaScript
- Homepage: https://reviewmate.p2pb.dev
- Size: 804 KB
- Stars: 4
- Watchers: 2
- Forks: 2
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# ReviewMate
[![Docker Image CI](https://github.com/VaibhavSys/ReviewMate/actions/workflows/docker-image.yml/badge.svg?branch=master)](https://github.com/VaibhavSys/ReviewMate/actions/workflows/docker-image.yml)
![GitHub](https://img.shields.io/github/license/VaibhavSys/ReviewMate)
![GitHub package.json version (branch)](https://img.shields.io/github/package-json/v/VaibhavSys/ReviewMate/master)> 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