From 99cac0b1b90eb669cac6321c3b288510ad285168 Mon Sep 17 00:00:00 2001 From: Fabian Boehm Date: Sat, 12 Nov 2022 12:29:22 +0100 Subject: [PATCH] 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. --- .github/workflows/lockthreads.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lockthreads.yml b/.github/workflows/lockthreads.yml index 21649273a..e4d110674 100644 --- a/.github/workflows/lockthreads.yml +++ b/.github/workflows/lockthreads.yml @@ -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'