From 7aa8e65e1670bb09402b74a9ec69ec02f4edc98d Mon Sep 17 00:00:00 2001 From: Daniel Dreier Date: Wed, 13 May 2020 11:58:57 -0700 Subject: [PATCH] Remove hashibot panic issue labeler HashiBot labels issues as "crash" and "bug" when they container "panic:". This causes issues to bypass human triage, which means that provider-specific panics are put in our issue list rather than being labeled correctly. This removes that rule to allow for human labeling. --- .hashibot.hcl | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.hashibot.hcl b/.hashibot.hcl index 9dabbdaf6..a71a88c91 100644 --- a/.hashibot.hcl +++ b/.hashibot.hcl @@ -1,8 +1,3 @@ -behavior "regexp_issue_labeler" "panic_label" { - regexp = "panic:" - labels = ["crash", "bug"] -} - behavior "remove_labels_on_reply" "remove_stale" { labels = ["waiting-response", "stale"] only_non_maintainers = true