From 93f421ce89db2115196b4806de924e0912486ac7 Mon Sep 17 00:00:00 2001 From: Adrien Delorme Date: Wed, 22 Jan 2020 17:15:34 +0100 Subject: [PATCH] Update .hashibot.hcl --- .hashibot.hcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.hashibot.hcl b/.hashibot.hcl index c84e4f2b7..9435d1ae7 100644 --- a/.hashibot.hcl +++ b/.hashibot.hcl @@ -5,7 +5,7 @@ behavior "regexp_issue_labeler" "panic_label" { } behavior "remove_labels_on_reply" "remove_stale" { - labels = ["waiting-response", "stale"] + labels = ["waiting-reply", "stale"] only_non_maintainers = true }