]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
CI: Process stale issues four times per day (#116857)
authorHugo van Kemenade <1324225+hugovk@users.noreply.github.com>
Sat, 16 Mar 2024 17:59:42 +0000 (19:59 +0200)
committerGitHub <noreply@github.com>
Sat, 16 Mar 2024 17:59:42 +0000 (11:59 -0600)
.github/workflows/stale.yml

index 32299d0fc47c013b1ceb4a7bdd99efe3035181a3..f97587e68cbbe43bd4d3661b86d555a743c70912 100644 (file)
@@ -2,7 +2,7 @@ name: Mark stale pull requests
 
 on:
   schedule:
-  - cron: "0 */12 * * *"
+  - cron: "0 */6 * * *"
 
 permissions:
   pull-requests: write