mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-23 01:58:53 +01:00
Check for valid issue on open (#216334)
This commit is contained in:
5
.github/workflows/on-open.yml
vendored
5
.github/workflows/on-open.yml
vendored
@@ -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