Merge pull request #4347 from prusa3d/Adjust-stale-workflow

Update stale.yml
This commit is contained in:
3d-gussner 2023-08-25 15:11:30 +02:00 committed by GitHub
commit 9e09e5014c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@ name: Mark stale issues
on:
schedule:
# 1:30 AM on MON/THU
- cron: "30 1 * * 1,4"
- cron: "30 1 * * 1,2,3,4"
jobs:
stale:
@ -24,7 +24,7 @@ jobs:
enable-statistics: true
# Disable this and change the operations per run back to 30 when this goes live.
debug-only: false
operations-per-run: 30
operations-per-run: 200
stale-issue-label: 'stale-issue'
stale-pr-label: 'stale-pr'
ascending: true