This commit is contained in:
Jackson Kearl 2022-01-27 21:49:15 -08:00
parent 56865d9ff4
commit c0172e770b
No known key found for this signature in database
GPG key ID: DA09A59C409FC400

View file

@ -25,8 +25,8 @@ 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: 72000 # 7 days
until: 52000
from: 10000 # ~7 days
until: 5
configPath: classifier
blobContainerName: vscode-issue-classifier
blobStorageKey: ${{secrets.AZURE_BLOB_STORAGE_CONNECTION_STRING}}