Skip to content

Commit bc01fe7

Browse files
author
Jackson Kearl
committed
Clone repo too
1 parent 6fa8acc commit bc01fe7

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

.github/workflows/author-verified.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,14 @@ jobs:
1414
with:
1515
repository: 'JacksonKearl/vscode-triage-github-actions'
1616
ref: master # update once stabalized
17+
path: ./actions
18+
- name: Checkout Repo
19+
uses: actions/checkout@v2
20+
with:
21+
path: ./repo
22+
fetch-depth: 0
1723
- name: Run Author Verified
18-
uses: ./author-verified
24+
uses: ./actions/author-verified
1925
with:
2026
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!"
2127
pendingReleaseLabel: awaiting-insiders-release

0 commit comments

Comments
 (0)