vscode/.github/workflows/author-verified.yml

23 lines
1.1 KiB
YAML
Raw Normal View History

2020-03-29 09:28:07 +02:00
name: Author Verified
on:
schedule:
- cron: 20 14 * * * # 4:20pm Zurich
issues:
types: [labeled, closed]
jobs:
main:
runs-on: ubuntu-latest
steps:
- name: Checkout Actions
uses: actions/checkout@v2
with:
repository: 'JacksonKearl/vscode-triage-github-actions'
ref: master # update once stabalized
2020-03-29 09:28:07 +02:00
- name: Run Author Verified
uses: ./author-verified
with:
2020-03-29 09:45:12 +02:00
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!"
2020-03-29 09:28:07 +02:00
pendingReleaseLabel: awaiting-insiders-release
authorVerificationRequestedLabel: author-verification-requested