From c020b1a4a6b916ea53bfa9ac5157dc0dfaa16553 Mon Sep 17 00:00:00 2001 From: Tommy Parnell Date: Mon, 28 Sep 2015 13:59:39 -0400 Subject: [PATCH] notify master branch pr --- scripts/MasterBranchNotifyPr.coffee | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 scripts/MasterBranchNotifyPr.coffee 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"