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