Skip to content

Commit 4d91d96

Browse files
author
Jackson Kearl
committed
Add assignment monitor
1 parent 69acdd4 commit 4d91d96

1 file changed

Lines changed: 23 additions & 0 deletions

File tree

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
name: "Deep Classifier: Monitor"
2+
on:
3+
issues:
4+
types: [unassigned]
5+
6+
jobs:
7+
main:
8+
runs-on: ubuntu-latest
9+
steps:
10+
- name: Checkout Actions
11+
uses: actions/checkout@v2
12+
with:
13+
repository: 'microsoft/vscode-github-triage-actions'
14+
ref: master
15+
path: ./actions
16+
- name: Install Actions
17+
run: npm install --production --prefix ./actions
18+
- name: "Run Classifier: Scraper"
19+
uses: ./actions/classifier-deep/monitor
20+
with:
21+
botName: vscode-triage-bot
22+
token: ${{secrets.VSCODE_ISSUE_TRIAGE_BOT_PAT}}
23+
appInsightsKey: ${{secrets.TRIAGE_ACTIONS_APP_INSIGHTS}}

0 commit comments

Comments
 (0)