提交 bc01fe77 编写于 作者: J Jackson Kearl

Clone repo too

上级 6fa8accf
......@@ -14,8 +14,14 @@ jobs:
with:
repository: 'JacksonKearl/vscode-triage-github-actions'
ref: master # update once stabalized
path: ./actions
- name: Checkout Repo
uses: actions/checkout@v2
with:
path: ./repo
fetch-depth: 0
- name: Run Author Verified
uses: ./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!"
pendingReleaseLabel: awaiting-insiders-release
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册