https://github.com/python/cpython/commit/259dbc448dabc1ad95fcf6f70eff4b6b5355e71c
commit: 259dbc448dabc1ad95fcf6f70eff4b6b5355e71c
branch: main
author: Hugo van Kemenade <[email protected]>
committer: hugovk <[email protected]>
date: 2024-03-16T11:59:42-06:00
summary:

CI: Process stale issues four times per day (#116857)

files:
M .github/workflows/stale.yml

diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml
index 32299d0fc47c01..f97587e68cbbe4 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

_______________________________________________
Python-checkins mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3/lists/python-checkins.python.org/
Member address: [email protected]

Reply via email to