Remove check for validity (#216675)

pull/216679/head
Bhavya U 2024-06-19 23:41:51 -07:00 committed by GitHub
parent c8f4447710
commit a3017010e9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 0 additions and 27 deletions

View File

@ -16,11 +16,6 @@ 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:

View File

@ -1,22 +0,0 @@
name: On Reopen
on:
issues:
types: [reopened]
jobs:
main:
runs-on: ubuntu-latest
steps:
- name: Checkout Actions
uses: actions/checkout@v4
with:
repository: "microsoft/vscode-github-triage-actions"
ref: stable
path: ./actions
- 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}}