From: Charles <32498151+charlesomer@users.noreply.github.com> Date: Wed, 14 Jul 2021 22:41:47 +0000 (+0100) Subject: Test stale action. X-Git-Tag: 4.1-dev~4^2~48^2^2~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=91fdd7c3c2df891ce0ca4690c879e6e118f3a513;p=thirdparty%2Fshairport-sync.git Test stale action. --- diff --git a/.github/workflows/stale.yaml b/.github/workflows/stale.yaml index 8ca23def..88a26e63 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