Skip to content

Commit

Permalink
Add assignment monitor
Browse files Browse the repository at this point in the history
  • Loading branch information
Jackson Kearl committed Jun 18, 2020
1 parent 69acdd4 commit 4d91d96
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/deep-classifier-monitor.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: "Deep Classifier: Monitor"
on:
issues:
types: [unassigned]

jobs:
main:
runs-on: ubuntu-latest
steps:
- name: Checkout Actions
uses: actions/checkout@v2
with:
repository: 'microsoft/vscode-github-triage-actions'
ref: master
path: ./actions
- name: Install Actions
run: npm install --production --prefix ./actions
- name: "Run Classifier: Scraper"
uses: ./actions/classifier-deep/monitor
with:
botName: vscode-triage-bot
token: ${{secrets.VSCODE_ISSUE_TRIAGE_BOT_PAT}}
appInsightsKey: ${{secrets.TRIAGE_ACTIONS_APP_INSIGHTS}}

0 comments on commit 4d91d96

Please sign in to comment.