We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69acdd4 commit 4d91d96Copy full SHA for 4d91d96
1 file changed
.github/workflows/deep-classifier-monitor.yml
@@ -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
21
+ botName: vscode-triage-bot
22
+ token: ${{secrets.VSCODE_ISSUE_TRIAGE_BOT_PAT}}
23
+ appInsightsKey: ${{secrets.TRIAGE_ACTIONS_APP_INSIGHTS}}
0 commit comments