CI: Process stale issues twice per day (#116636)

This commit is contained in:
Hugo van Kemenade 2024-03-12 19:49:26 +02:00 committed by GitHub
parent f6e7a6ce65
commit bb66600558
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ name: Mark stale pull requests
on:
schedule:
- cron: "0 0 * * *"
- cron: "0 */12 * * *"
permissions:
pull-requests: write