Skip to content
forked from bigodines/roomba

Roomba, a Github + Slack bot written in Go

License

Notifications You must be signed in to change notification settings

gametimesf/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]

About

Roomba, a Github + Slack bot written in Go

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 94.3%
  • Makefile 4.3%
  • Dockerfile 1.4%