Update stale.yml

This commit is contained in:
Emile Nijssen 2023-12-18 21:57:49 +01:00 committed by GitHub
parent 84c99defc5
commit 250e1e051e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ name: Mark stale issues and pull requests
on:
workflow_dispatch:
schedule:
- cron: '0 * * * *'
- cron: '*/5 * * * *'
jobs:
stale: