Merge pull request #544 from actions/andymckay-patch-2

Change the cron for stale
This commit is contained in:
Andy McKay
2020-06-08 08:35:02 -07:00
committed by GitHub
+1 -1
View File
@@ -2,7 +2,7 @@ name: Mark stale issues and pull requests
on:
schedule:
- cron: "0 0 * * *"
- cron: "30 1 * * *"
jobs:
stale: