Merge pull request #21904 from hashicorp/appilon/fix-hashibot-config

[hashibot] fix missing cron schedule
This commit is contained in:
appilon 2019-06-26 20:57:28 -04:00 committed by GitHub
commit 56e6ff8e51
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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/"