Fix stale backtrace issues not being commented, increase operation count

This commit is contained in:
ζeh Matt 2023-02-20 16:42:46 +02:00
parent 6b7b80f71a
commit ebd56f45ce
No known key found for this signature in database
GPG Key ID: 18CE582C71A225B0
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