cron locks

This commit is contained in:
Jaco Greeff
2021-05-31 23:15:58 +03:00
parent 54d0f8ca2f
commit c5f5ea37f3
2 changed files with 2 additions and 2 deletions

View File

@@ -2,7 +2,7 @@ name: 'Lock Threads'
on:
schedule:
- cron: '2 10 * * *'
- cron: '2 2/5 * * *'
jobs:
lock:

View File

@@ -1,7 +1,7 @@
name: 'Close stale issues and PRs'
on:
schedule:
- cron: '4 20 * * *'
- cron: '3 3/5 * * *'
jobs:
stale: