Merge pull request #22107 from hashicorp/appilon/restore-migrator-schedule

[hashibot] restore original migrator schedule
This commit is contained in:
appilon 2019-07-17 10:13:16 -04:00 committed by GitHub
commit e342448a4d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ behavior "remove_labels_on_reply" "remove_stale" {
}
poll "label_issue_migrater" "provider_migrater" {
schedule = "0 50 11 * * *"
schedule = "0 20 * * * *"
new_owner = env.PROVIDERS_OWNER
repo_prefix = "terraform-provider-"
label_prefix = "provider/"