From 1c4272e402c4a839b573c29cdf3bea5ab8fbcf3b Mon Sep 17 00:00:00 2001 From: Alex Pilon Date: Tue, 2 Jul 2019 19:46:00 -0400 Subject: [PATCH] mention issue opener in migrater --- .hashibot.hcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.hashibot.hcl b/.hashibot.hcl index 5c1170b6a..5c5a19c11 100644 --- a/.hashibot.hcl +++ b/.hashibot.hcl @@ -27,7 +27,7 @@ poll "label_issue_migrater" "provider_migrater" { "provider/vcloud" = "provider/vcd" } 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 [provider split](https://www.hashicorp.com/blog/upcoming-provider-changes-in-terraform-0-10/). 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 [provider split](https://www.hashicorp.com/blog/upcoming-provider-changes-in-terraform-0-10/). The original body of the issue is below._