1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2025-12-10 09:32:29 +01:00

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

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