diff --git a/scripts/MasterBranchNotifyPr.coffee b/scripts/MasterBranchNotifyPr.coffee new file mode 100644 index 0000000..c5f9946 --- /dev/null +++ b/scripts/MasterBranchNotifyPr.coffee @@ -0,0 +1,4 @@ +module.exports = (robot) -> + + robot.router.post "/masterPr", (req, res) -> + robot.messageRoom "226_gallery_testing@conf.hipchat.com", "A Production pull request has been created"