Skip to content

Commit 2f82bdc

Browse files
author
Jackson Kearl
committed
Add commit release override for testing
1 parent 6a9947c commit 2f82bdc

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/author-verified.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Author Verified
22
on:
33
schedule:
4-
- cron: 20 14 * * * # 4:20pm Zurich
4+
- cron: 0/5 * * * * # 4:20pm Zurich
55
issues:
66
types: [labeled, closed]
77

@@ -26,3 +26,4 @@ jobs:
2626
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!"
2727
pendingReleaseLabel: awaiting-insiders-release
2828
authorVerificationRequestedLabel: author-verification-requested
29+
commitReleasedDebuggingOverride: 'override'

0 commit comments

Comments
 (0)