Merge pull request #1126 from yubiuser/less_stale

Run stale workflow only once a day at 08:00
This commit is contained in:
Adam Warner 2022-07-04 15:39:36 +01:00 committed by GitHub
commit c3a4a832dd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ name: Mark stale issues
on:
schedule:
- cron: '0 * * * *'
- cron: '0 8 * * *'
workflow_dispatch:
jobs: