Add "Author Verified" action

This commit is contained in:
Jackson Kearl
2020-03-29 00:28:07 -07:00
parent 3c938c800a
commit f159a57038
8 changed files with 36 additions and 15 deletions

View File

@@ -11,11 +11,10 @@ jobs:
uses: actions/checkout@v2
with:
repository: 'JacksonKearl/vscode-triage-github-actions'
ref: v15
ref: v16
- name: Run Test Plan Item Validator
uses: ./test-plan-item-validator
with:
token: ${{secrets.VSCODE_ISSUE_TRIAGE_BOT_PAT}}
label: testplan-item
invalidLabel: invalid-testplan-item
comment: Invalid test plan item. See errors below and the [test plan item spec](https://github.com/microsoft/vscode/wiki/Writing-Test-Plan-Items) for more information. This comment will go away when the issues are resolved.