Merge pull request #19444 from ZehMatt/stale-fix

Fix stale backtrace issues not being commented, increase operation count
This commit is contained in:
Matthias Moninger 2023-02-20 22:37:52 +02:00 committed by GitHub
commit 6f1a1f29c1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 3 deletions

View File

@ -1,7 +1,7 @@
name: 'Manage stale backtrace reports'
on:
schedule:
- cron: '30 1 * * *'
- cron: '0 * * * *'
jobs:
stale:
@ -13,5 +13,6 @@ jobs:
days-before-issue-close: 1
only-issue-labels: 'backtrace.io'
stale-issue-label: 'stale-backtrace'
stale-pr-message: 'This issue is stale and will be closed tomorrow if no action is taken. To keep it open, leave a comment or remove the `stale-backtrace` label.'
close-pr-message: 'This issue was closed due to inactivity.'
stale-issue-message: 'This issue is stale and will be closed tomorrow if no action is taken. To keep it open, leave a comment or remove the `stale-backtrace` label.'
close-issue-message: 'This issue was closed due to inactivity.'
operations-per-run: 200