Adjust stale schedule (#236)

This commit is contained in:
Jaco
2021-11-24 15:52:47 +01:00
committed by GitHub
parent 4c28fadc07
commit adf21a5fc2
2 changed files with 2 additions and 2 deletions

View File

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

View File

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