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

This commit is contained in:
Hugo van Kemenade 2024-03-16 19:59:42 +02:00 committed by GitHub
parent 1a33513f99
commit 259dbc448d
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 */12 * * *"
- cron: "0 */6 * * *"
permissions:
pull-requests: write