Expand range of classifier

This commit is contained in:
Jackson Kearl
2021-12-22 10:18:20 -08:00
parent 1115b3104f
commit 6960f154ec

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