From cedac2a0fa2058c67746dc6b2412acc510f094b7 Mon Sep 17 00:00:00 2001 From: Radek Simko Date: Wed, 6 Apr 2022 10:28:22 +0100 Subject: [PATCH] github: Update message for milestone closure --- .github/workflows/milestone-closed.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/milestone-closed.yml b/.github/workflows/milestone-closed.yml index 0c649ba74..893d8ce62 100644 --- a/.github/workflows/milestone-closed.yml +++ b/.github/workflows/milestone-closed.yml @@ -17,6 +17,5 @@ jobs: with: body: | This functionality has been released in [${{ github.event.milestone.title }} of the language server](https://github.com/${{ github.repository }}/blob/${{ github.event.milestone.title }}/CHANGELOG.md). - If you use the official Terraform VS Code extension, it will prompt you to upgrade to this version automatically upon next launch or within the next 24 hours. For further feature requests or bug reports with this functionality, please create a [new GitHub issue](https://github.com/${{ github.repository }}/issues/new/choose) following the template. Thank you!