mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-23 13:11:15 -03:00
Set issue lock timeout back
It is 1 whole year, for an already closed issue. Any "engagement" that happens at that point is irrelevant to the original issue at hand, and a new issue should be opened instead. Increasing the grace period even further is even less likely to be helpful.
This commit is contained in:
2
.github/workflows/lockthreads.yml
vendored
2
.github/workflows/lockthreads.yml
vendored
@@ -20,6 +20,6 @@ jobs:
|
||||
- uses: dessant/lock-threads@v2
|
||||
with:
|
||||
github-token: ${{ github.token }}
|
||||
issue-lock-inactive-days: '456'
|
||||
issue-lock-inactive-days: '365'
|
||||
pr-lock-inactive-days: '180'
|
||||
issue-exclude-labels: 'question, needs more info'
|
||||
|
||||
Reference in New Issue
Block a user