mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-22 14:43:55 +08:00
Increase issue lock time to half a year
Sometimes three months is quite soon, let's see how half a year works out.
This commit is contained in:
parent
a6674483c1
commit
17ceb71169
4
.github/workflows/lockthreads.yml
vendored
4
.github/workflows/lockthreads.yml
vendored
|
@ -11,6 +11,6 @@ jobs:
|
|||
- uses: dessant/lock-threads@v2
|
||||
with:
|
||||
github-token: ${{ github.token }}
|
||||
issue-lock-inactive-days: '90'
|
||||
pr-lock-inactive-days: '90'
|
||||
issue-lock-inactive-days: '180'
|
||||
pr-lock-inactive-days: '180'
|
||||
issue-exclude-labels: 'question'
|
||||
|
|
Loading…
Reference in New Issue
Block a user