mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-04 15:25:47 +01:00
Revert "Remove check for validity" (#217334)
Revert "Remove check for validity (#216675)"
This reverts commit a3017010e9.
This commit is contained in:
@@ -16,6 +16,11 @@ jobs:
|
||||
- name: Install Actions
|
||||
run: npm install --production --prefix ./actions
|
||||
|
||||
- name: Check for Validity
|
||||
uses: ./actions/validity-checker
|
||||
with:
|
||||
token: ${{secrets.VSCODE_ISSUE_TRIAGE_BOT_PAT}}
|
||||
|
||||
- name: Run CopyCat (VSCodeTriageBot/testissues)
|
||||
uses: ./actions/copycat
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user