Adjust stale cron (#1264)

This commit is contained in:
Jaco
2021-12-01 08:59:19 +01:00
committed by GitHub
parent f527c80b5c
commit 60337a3b55
2 changed files with 2 additions and 2 deletions

View File

@@ -2,7 +2,7 @@ name: 'Lock Threads'
on:
schedule:
- cron: '15 1 * * *'
- cron: '15 1/3 * * *'
jobs:
lock:

View File

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