From c844eea661a2481dc0d6171a9b049492a93cf4a2 Mon Sep 17 00:00:00 2001 From: ridiculousfish Date: Sat, 12 Nov 2022 10:06:26 -0800 Subject: [PATCH] Restore lockthreads.yml This file should be modified through pull requests. This reverts commit bc71f0937b5eb8399e29bd8281974bb43beb4b4e. This reverts commit 99cac0b1b90eb669cac6321c3b288510ad285168. This reverts commit 0f0da3c3d86a438e208d5efe5e51deaa7e9512f8. --- .github/workflows/lockthreads.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/lockthreads.yml b/.github/workflows/lockthreads.yml index 21649273a..65ff08d0f 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' - pr-lock-inactive-days: '180' + issue-lock-inactive-days: '365' + pr-lock-inactive-days: '365' issue-exclude-labels: 'question, needs more info'