Expand range of classifier

This commit is contained in:
Jackson Kearl 2021-12-22 10:18:20 -08:00
parent 1115b3104f
commit 6960f154ec
No known key found for this signature in database
GPG key ID: DA09A59C409FC400

View file

@ -2,6 +2,7 @@ name: "Deep Classifier: Runner"
on:
schedule:
- cron: 0 * * * *
workflow_dispatch:
repository_dispatch:
types: [trigger-deep-classifier-runner]
@ -24,7 +25,7 @@ jobs:
uses: ./actions/classifier-deep/apply/fetch-sources
with:
# slightly overlapping to protect against issues slipping through the cracks if a run is delayed
from: 80
from: 10000 # 7 days
until: 5
configPath: classifier
blobContainerName: vscode-issue-classifier