Remove assign monitor (#224328)

pull/224330/head
Bhavya U 2024-07-30 12:01:51 -07:00 committed by GitHub
parent 26c86b8ee3
commit 25b6584d3f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 23 deletions

View File

@ -1,23 +0,0 @@
name: "Deep Classifier: Assign Monitor"
on:
issues:
types: [assigned]
jobs:
main:
runs-on: ubuntu-latest
if: ${{ contains(github.event.issue.labels.*.name, 'triage-needed') }}
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: "Run Classifier: Monitor"
uses: ./actions/classifier-deep/monitor
with:
botName: VSCodeTriageBot
token: ${{secrets.VSCODE_ISSUE_TRIAGE_BOT_PAT}}