From 0c765a21e0e252d6189cd78b875ffccda9b42a46 Mon Sep 17 00:00:00 2001 From: Alex Pilon Date: Wed, 26 Jun 2019 19:23:14 -0400 Subject: [PATCH] missing cron schedule --- .hashibot.hcl | 1 + 1 file changed, 1 insertion(+) diff --git a/.hashibot.hcl b/.hashibot.hcl index c8924021e..ee0c93886 100644 --- a/.hashibot.hcl +++ b/.hashibot.hcl @@ -15,6 +15,7 @@ behavior "remove_labels_on_reply" "remove_stale" { } poll "label_issue_migrater" "provider_migrater" { + schedule = "0 50 11 * * *" new_owner = env.PROVIDERS_OWNER repo_prefix = "terraform-provider-" label_prefix = "provider/"