networknt / light-bot

A microservice based DevOps agent that handles multiple repositories and dependencies
Apache License 2.0
7 stars 3 forks source link

Recipient email should be read from configuration file #7

Closed DineshAlapati closed 6 years ago

DineshAlapati commented 6 years ago

Currently, recipient email is hardcoded within main class. This property should be read from configuration file (email.yml)

stevehu commented 6 years ago

@DineshAlapati You are right. It is a good idea to put into config file. Will make the change once I have a chance.

ddobrin commented 6 years ago

Light-bot: Recipient email should be read from configuration file