Temporary window shift

This commit is contained in:
Jackson Kearl 2022-01-27 21:44:30 -08:00
parent 8fa7a735d8
commit cab791bab5
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: 10000 # 7 days
until: 5
from: 72000 # 7 days
until: 52000
configPath: classifier
blobContainerName: vscode-issue-classifier
blobStorageKey: ${{secrets.AZURE_BLOB_STORAGE_CONNECTION_STRING}}