From f2b9d1a5269330cba070a73173a1f665676cdcc7 Mon Sep 17 00:00:00 2001 From: Alex Pilon Date: Fri, 2 Aug 2019 17:52:33 -0400 Subject: [PATCH] remove panic notifier --- .hashibot.hcl | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.hashibot.hcl b/.hashibot.hcl index 35f2a2fe5..33ce894e1 100644 --- a/.hashibot.hcl +++ b/.hashibot.hcl @@ -3,12 +3,6 @@ behavior "regexp_issue_labeler" "panic_label" { labels = ["crash", "bug"] } -behavior "regexp_issue_notifier" "panic_notify" { - regexp = "panic:" - slack_channel = env.TERRAFORM_SLACK_CHANNEL - message = "Panic report! https://github.com/${var.repository}/issues/${var.issue_number} has a panic in it." -} - behavior "remove_labels_on_reply" "remove_stale" { labels = ["waiting-response", "stale"] only_non_maintainers = true