From: Charles <32498151+charlesomer@users.noreply.github.com> Date: Wed, 14 Jul 2021 21:59:50 +0000 (+0100) Subject: Increase cron for stale action - test. X-Git-Tag: 4.1-dev~5^2~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f4a0f4838a7ebef09ffb330af36f7f39f2e150cc;p=thirdparty%2Fshairport-sync.git Increase cron for stale action - test. --- diff --git a/.github/workflows/stale.yaml b/.github/workflows/stale.yaml index 9a755de2..96fdbe26 100644 --- a/.github/workflows/stale.yaml +++ b/.github/workflows/stale.yaml @@ -1,7 +1,7 @@ name: 'Close stale issues and PRs' on: schedule: - - cron: '* 8 * * *' + - cron: '*/5 * * * *' permissions: issues: write