Adjust stale schedule (#723)

This commit is contained in:
Jaco
2021-11-24 15:57:34 +01:00
committed by GitHub
parent 9032b9ced1
commit 40c3e1c8db
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: '30 2 * * *'
jobs:
lock:
+1 -1
View File
@@ -1,7 +1,7 @@
name: 'Close stale issues and PRs'
on:
schedule:
- cron: '30 2/2 * * *'
- cron: '45 2 * * *'
jobs:
stale: