We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 36fb37c + 29632ff commit 7fecea2Copy full SHA for 7fecea2
.github/workflows/classifier-trainer.yml
@@ -4,6 +4,7 @@ on:
4
- cron: 0 0 5 * *
5
repository_dispatch:
6
types: [trigger_classifier_trainer]
7
+ workflow_dispatch:
8
9
jobs:
10
main:
@@ -22,8 +23,8 @@ jobs:
22
23
- name: "Run Classifier: Scraper"
24
uses: ./actions/classifier/train/fetch-issues
25
with:
- areas: wsl|containers|ssh
26
- assignees: aeschli|roblourens|chrmarti
+ areas: wsl|containers|ssh|code-server
27
+ assignees: aeschli|roblourens|chrmarti|connor4312
28
- name: Set up Python 3.7
29
uses: actions/setup-python@v1
30
0 commit comments