Remove on-reopen workflow (#224334)

This commit is contained in:
Bhavya U
2024-07-30 13:57:19 -07:00
committed by GitHub
parent 6886a7f992
commit b097a99867

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}}