Adjust stale schedule (#546)

This commit is contained in:
Jaco
2021-11-24 15:57:26 +01:00
committed by GitHub
parent e8df066f50
commit d5bbee2bad
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ name: 'Lock Threads'
on:
schedule:
- cron: '30 1/2 * * *'
- cron: '25 2 * * *'
jobs:
lock:
+1 -1
View File
@@ -1,7 +1,7 @@
name: 'Close stale issues and PRs'
on:
schedule:
- cron: '30 2/2 * * *'
- cron: '2 40 * * *'
jobs:
stale: