https://github.com/python/cpython/commit/bb66600558cb8d5dd9a56f562bd9531eb1e1685f commit: bb66600558cb8d5dd9a56f562bd9531eb1e1685f branch: main author: Hugo van Kemenade <[email protected]> committer: hugovk <[email protected]> date: 2024-03-12T19:49:26+02:00 summary:
CI: Process stale issues twice per day (#116636) files: M .github/workflows/stale.yml diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 07608fe91b4dbe..32299d0fc47c01 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 _______________________________________________ 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]
