From 4a080f5ef77f1c9751a5f7f21aa4528438604bf0 Mon Sep 17 00:00:00 2001 From: Alex Pilon Date: Mon, 17 Jun 2019 23:11:53 -0400 Subject: [PATCH] fix slack channel ref --- .hashibot.hcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.hashibot.hcl b/.hashibot.hcl index 949479388..c8924021e 100644 --- a/.hashibot.hcl +++ b/.hashibot.hcl @@ -5,7 +5,7 @@ behavior "regexp_issue_labeler" "panic_label" { behavior "regexp_issue_notifier" "panic_notify" { regexp = "panic:" - slack_channel = env.COMMITTERS_SLACK_CHANNEL + slack_channel = env.TERRAFORM_SLACK_CHANNEL message = "Panic report! https://github.com/${var.repository}/issues/${var.issue_number} has a panic in it." }