Skip to content

bigodines/roomba

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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]