From ebd56f45ce5920f74ee172bde89df45b1da7eef5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=CE=B6eh=20Matt?= <5415177+ZehMatt@users.noreply.github.com> Date: Mon, 20 Feb 2023 16:42:46 +0200 Subject: [PATCH] Fix stale backtrace issues not being commented, increase operation count --- .github/workflows/stale-backtrace-issues.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/stale-backtrace-issues.yml b/.github/workflows/stale-backtrace-issues.yml index 6eb7db2527..1119ecffb5 100644 --- a/.github/workflows/stale-backtrace-issues.yml +++ b/.github/workflows/stale-backtrace-issues.yml @@ -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