From a74738cd35fcbb8c7e65e0fcf2f89787a569af74 Mon Sep 17 00:00:00 2001 From: Alex Pilon Date: Fri, 28 Jun 2019 15:31:53 -0400 Subject: [PATCH] fix typo --- .hashibot.hcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.hashibot.hcl b/.hashibot.hcl index 9186c1a05..5c1170b6a 100644 --- a/.hashibot.hcl +++ b/.hashibot.hcl @@ -10,7 +10,7 @@ behavior "regexp_issue_notifier" "panic_notify" { } behavior "remove_labels_on_reply" "remove_stale" { - labels = ["waiting-reponse", "stale"] + labels = ["waiting-response", "stale"] only_non_maintainers = true }