Skip to content

Latest commit

 

History

History
32 lines (16 loc) · 946 Bytes

README.md

File metadata and controls

32 lines (16 loc) · 946 Bytes

Roomba

"The annoying bot that keeps the house clean"

About this project

Roomba is a simple bot that queries GitHub and post relevant pending PullRequests to a slack room. Everything is configurable through environment variables and yml files.

Quick start

cp config/default.yml config/development.yml

  • Edit development.yml with relevant information (github org, repos, slack channel id and webhook)

  • Compile and run:

GITHUB_TOKEN=<your github token> make build && ./bin/cron

Dev

  • Install linter

GO111MODULE=on go get github.com/golangci/golangci-lint/cmd/[email protected]