Autolock threads more frequently
It's rate limited to 50 threads a day. It'll take a long time to go through all our issues.
This commit is contained in:
parent
1650e25794
commit
49150c4045
1 changed files with 1 additions and 1 deletions
2
.github/workflows/lock.yml
vendored
2
.github/workflows/lock.yml
vendored
|
@ -2,7 +2,7 @@ name: 'Lock Threads'
|
|||
|
||||
on:
|
||||
schedule:
|
||||
- cron: '0 0 * * *'
|
||||
- cron: '0 * * * *'
|
||||
|
||||
jobs:
|
||||
lock:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue