From 17ceb71169690a54a4bac1a7c4f345ec8a7bac93 Mon Sep 17 00:00:00 2001 From: Fabian Homborg Date: Sat, 26 Dec 2020 19:36:55 +0100 Subject: [PATCH] Increase issue lock time to half a year Sometimes three months is quite soon, let's see how half a year works out. --- .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 33784c01e..60699703a 100644 --- a/.github/workflows/lockthreads.yml +++ b/.github/workflows/lockthreads.yml @@ -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'