An open API service indexing awesome lists of open source software.

https://github.com/sourceability/ashabot

A chat bot to help us keep track of MRs that need review
https://github.com/sourceability/ashabot

Last synced: about 1 year ago
JSON representation

A chat bot to help us keep track of MRs that need review

Awesome Lists containing this project

README

          

# ashabot
A chat bot to help us keep track of MRs that need review

## Usage

```
git clone https://github.com/sourceability/ashabot.git
cd ashabot
cp .env.dist .env
# Update .env with your Gitlab and Slack tokens
go run main.go
```