From 3b94c28ffbcc28fb555f3b043aa50bce210c9012 Mon Sep 17 00:00:00 2001 From: Bhavya U Date: Mon, 17 Jun 2024 23:51:27 -0700 Subject: [PATCH] Check for valid issue on open (#216334) --- .github/workflows/on-open.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/on-open.yml b/.github/workflows/on-open.yml index 361ac11b946..679c1c65db8 100644 --- a/.github/workflows/on-open.yml +++ b/.github/workflows/on-open.yml @@ -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: