From 02e0c603f5aceef2a78e48b53e7e30debbab49f4 Mon Sep 17 00:00:00 2001 From: Jackson Kearl Date: Sun, 29 Mar 2020 09:56:40 -0700 Subject: [PATCH] Revert "Add commit release override for testing" This reverts commit 2f82bdcfe6ac9fe3c1fe7aaed5fc50ac994f09cb. --- .github/workflows/author-verified.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/author-verified.yml b/.github/workflows/author-verified.yml index bcdc4cb97bc..d37bbb0f3d8 100644 --- a/.github/workflows/author-verified.yml +++ b/.github/workflows/author-verified.yml @@ -1,7 +1,7 @@ name: Author Verified on: schedule: - - cron: 0/5 * * * * # 4:20pm Zurich + - cron: 20 14 * * * # 4:20pm Zurich issues: types: [labeled, closed] @@ -26,4 +26,3 @@ jobs: 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 - commitReleasedDebuggingOverride: 'override'