From b7ba519baf783d21651b17c5f67c30943dffcf13 Mon Sep 17 00:00:00 2001 From: Tommy Parnell Date: Tue, 20 Oct 2015 10:26:59 -0400 Subject: [PATCH] masterpr --- scripts/MasterBranchNotifyPr.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/MasterBranchNotifyPr.coffee b/scripts/MasterBranchNotifyPr.coffee index 4c45155..0fc29f0 100644 --- a/scripts/MasterBranchNotifyPr.coffee +++ b/scripts/MasterBranchNotifyPr.coffee @@ -1,4 +1,4 @@ module.exports = (robot) -> - robot.hear /(Mike Croci | ChandraShaker Avvaru) have been added automatically as predefined branch/i, (res) -> + robot.hear /(Mike Croci | ChandraShaker Avvaru | Fawwaz Qasim) have been added automatically as predefined branch/i, (res) -> robot.messageRoom "226_gallery_testing@conf.hipchat.com", "A Production pull request has been created #{process.env.PullRequestUrl}"