5 lines
183 B
CoffeeScript
5 lines
183 B
CoffeeScript
module.exports = (robot) ->
|
|
|
|
robot.router.post "/masterPr", (req, res) ->
|
|
robot.messageRoom "226_gallery_testing@conf.hipchat.com", "A Production pull request has been created"
|