Fix stale cron (#552)

* Fix stale cron

* every 3 hours
This commit is contained in:
Jaco
2021-12-01 08:57:38 +01:00
committed by GitHub
parent 7fe6171240
commit a066b6af74
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ name: 'Lock Threads'
on:
schedule:
- cron: '25 2 * * *'
- cron: '25 2/3 * * *'
jobs:
lock:
+1 -1
View File
@@ -1,7 +1,7 @@
name: 'Close stale issues and PRs'
on:
schedule:
- cron: '2 40 * * *'
- cron: '40 2/3 * * *'
jobs:
stale: