From ac7c0f2f043d7184210888adac53e2173dfba663 Mon Sep 17 00:00:00 2001 From: Wilken Rivera Date: Fri, 19 Mar 2021 09:48:58 -0400 Subject: [PATCH] Update link in issue migrator config (#10791) --- .hashibot.hcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.hashibot.hcl b/.hashibot.hcl index 33985658e..7857c0981 100644 --- a/.hashibot.hcl +++ b/.hashibot.hcl @@ -32,7 +32,7 @@ poll "label_issue_migrater" "remote_plugin_migrater" { excluded_labels = ["build", "core", "new-plugin-contribution", "website"] issue_header = <<-EOF - _This issue was originally opened by @${var.user} as ${var.repository}#${var.issue_number}. It was migrated here as a result of the [Packer plugin split](###blog-post-url###). The original body of the issue is below._ + _This issue was originally opened by @${var.user} as ${var.repository}#${var.issue_number}. It was migrated here as a result of the [Packer plugin split](https://github.com/hashicorp/packer/issues/8610#issuecomment-770034737). The original body of the issue is below._