cron daily only
This commit is contained in:
2
.github/workflows/lock.yml
vendored
2
.github/workflows/lock.yml
vendored
@@ -2,7 +2,7 @@ name: 'Lock Threads'
|
||||
|
||||
on:
|
||||
schedule:
|
||||
- cron: '2 2/5 * * *'
|
||||
- cron: '10 2 * * *'
|
||||
|
||||
jobs:
|
||||
lock:
|
||||
|
||||
2
.github/workflows/stale.yml
vendored
2
.github/workflows/stale.yml
vendored
@@ -1,7 +1,7 @@
|
||||
name: 'Close stale issues and PRs'
|
||||
on:
|
||||
schedule:
|
||||
- cron: '3 3/5 * * *'
|
||||
- cron: '10 3 * * *'
|
||||
|
||||
jobs:
|
||||
stale:
|
||||
|
||||
Reference in New Issue
Block a user