hashibot: Temporarily disable issue migration

The bot seems to currently be running into some operational problems that are
creating noise for provider development teams by potentially migrating issues
multiple times.

This is just a tactical change to stop the annoying symptoms right now, to
give some time to figure out what's actually going on here.
This commit is contained in:
Martin Atkins 2020-09-22 14:41:18 -07:00 committed by GitHub
parent ce2e59f835
commit ddab48a3b4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -3,6 +3,7 @@ behavior "remove_labels_on_reply" "remove_stale" {
only_non_maintainers = true
}
/*
poll "label_issue_migrater" "provider_migrater" {
schedule = "0 20 * * * *"
new_owner = env.PROVIDERS_OWNER
@ -23,6 +24,7 @@ poll "label_issue_migrater" "provider_migrater" {
EOF
migrated_comment = "This issue has been automatically migrated to ${var.repository}#${var.issue_number} because it looks like an issue with that provider. If you believe this is _not_ an issue with the provider, please reply to ${var.repository}#${var.issue_number}."
}
*/
poll "closed_issue_locker" "locker" {
schedule = "0 50 1 * * *"