cron locks

This commit is contained in:
Jaco Greeff
2021-05-31 23:15:33 +03:00
parent 696ff7451e
commit e5d253ffed
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ name: 'Lock Threads'
on:
schedule:
- cron: '2 10 * * *'
- cron: '2 2/5 * * *'
jobs:
lock:
+1 -1
View File
@@ -1,7 +1,7 @@
name: 'Close stale issues and PRs'
on:
schedule:
- cron: '4 20 * * *'
- cron: '3 3/5 * * *'
jobs:
stale: