From 6a9947c5b12c10ab863983097986f09a22e1d94d Mon Sep 17 00:00:00 2001 From: Jackson Kearl Date: Sun, 29 Mar 2020 09:32:51 -0700 Subject: [PATCH] Update author verified comment. Closes #93693. --- .github/workflows/author-verified.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/author-verified.yml b/.github/workflows/author-verified.yml index 3c1a44373b3..d37bbb0f3d8 100644 --- a/.github/workflows/author-verified.yml +++ b/.github/workflows/author-verified.yml @@ -23,6 +23,6 @@ jobs: - name: Run Author Verified uses: ./actions/author-verified with: - requestVerificationComment: "The commit resolving this issue has been pulled in to the latest release of [VS Code Insiders](https://code.visualstudio.com/insiders/)!\n\n@${author}, you can help us out by confirming things are working as expected in the latest Insiders release. If things look good, please leave a comment with the text `/verified` to let us know. If not, please ensure you're on version ${commit} of Insiders (today's or later), and leave a comment letting us know what isnt working as expected.\n\nHappy Coding!" + requestVerificationComment: "This bug has been fixed in to the latest release of [VS Code Insiders](https://code.visualstudio.com/insiders/)!\n\n@${author}, you can help us out by confirming things are working as expected in the latest Insiders release. If things look good, please leave a comment with the text `/verified` to let us know. If not, please ensure you're on version ${commit} of Insiders (today's or later - you can use `Help: About` in the command pallete to check), and leave a comment letting us know what isn't working as expected.\n\nHappy Coding!" pendingReleaseLabel: awaiting-insiders-release authorVerificationRequestedLabel: author-verification-requested