ci: update lock threads workflow
This commit is contained in:
parent
3252e75c49
commit
df27d0f3cf
3
.github/workflows/lock-threads.yml
vendored
3
.github/workflows/lock-threads.yml
vendored
|
@ -2,7 +2,7 @@ name: Lock Threads
|
|||
|
||||
on:
|
||||
schedule:
|
||||
- cron: '0 0 * * *'
|
||||
- cron: '0 * * * *'
|
||||
workflow_dispatch:
|
||||
|
||||
permissions:
|
||||
|
@ -21,3 +21,4 @@ jobs:
|
|||
github-token: ${{ github.token }}
|
||||
issue-inactive-days: 7
|
||||
pr-inactive-days: 3
|
||||
log-output: true
|
||||
|
|
Loading…
Reference in a new issue