mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-04-22 10:11:13 -03: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:
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'
|
||||
|
||||
Reference in New Issue
Block a user