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
- Host: GitHub
- URL: https://github.com/sourceability/ashabot
- Owner: sourceability
- Created: 2022-02-18T21:07:15.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-02-25T17:55:22.000Z (about 4 years ago)
- Last Synced: 2025-01-14T08:11:22.408Z (about 1 year ago)
- Language: Go
- Size: 31.3 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```