From: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> Date: Tue, 12 Mar 2024 17:49:26 +0000 (+0200) Subject: CI: Process stale issues twice per day (#116636) X-Git-Tag: v3.13.0a6~359^2~6 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=bb66600558cb8d5dd9a56f562bd9531eb1e1685f;p=thirdparty%2FPython%2Fcpython.git CI: Process stale issues twice per day (#116636) --- diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 07608fe91b4d..32299d0fc47c 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -2,7 +2,7 @@ name: Mark stale pull requests on: schedule: - - cron: "0 0 * * *" + - cron: "0 */12 * * *" permissions: pull-requests: write