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:
Fabian Boehm
2022-11-12 12:29:22 +01:00
parent 0f0da3c3d8
commit 99cac0b1b9

View File

@@ -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'