gopherbot
gopherbot copied to clipboard
DevOps Chatbot written in Go, inspired by Hubot and Jenkins
Results
12
gopherbot issues
Sort by
recently updated
recently updated
newest added
Certain security-sensitive configuration variables like `Privileged`, `Homed`, `Parameters` and `NameSpace` are required to be in `gopherbot.yaml`; need to verify these values are not used if provided in plugin default config...
good first issue
A whole slew of structs, funcs and methods are Exported that don't need to be, e.g. Task, Job, etc. Easiest solution is just just rename the symbols with an "i"...