]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
CI: Process stale issues twice per day (#116636)
authorHugo van Kemenade <1324225+hugovk@users.noreply.github.com>
Tue, 12 Mar 2024 17:49:26 +0000 (19:49 +0200)
committerGitHub <noreply@github.com>
Tue, 12 Mar 2024 17:49:26 +0000 (19:49 +0200)
.github/workflows/stale.yml

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