Fix date of cron

This commit is contained in:
Laurent Destailleur 2020-02-27 01:22:17 +01:00
parent df87c77cd8
commit afc4d6d60c

View File

@ -3,7 +3,7 @@ name: "Close stale issues (bugs and feature requests)"
on:
schedule:
- cron: "0 0 * * *"
- cron: "0 20 * * *"
jobs:
stale: