From e8977bc3643d6788317afc5203941bbcce244c75 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bal=C3=A1zs=20Orb=C3=A1n?= Date: Tue, 14 Dec 2021 18:06:39 +0100 Subject: [PATCH] chore: lock stale & closed issues sooner --- .github/lock.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/lock.yml b/.github/lock.yml index ae1e70313fe4..c80c7a0a0996 100644 --- a/.github/lock.yml +++ b/.github/lock.yml @@ -1,6 +1,6 @@ # Configuration for lock-threads - https://github.com/dessant/lock-threads # Number of days of inactivity before a closed issue or pull request is locked -daysUntilLock: 45 +daysUntilLock: 30 # Comment to post before locking. Set to `false` to disable lockComment: 'This issue has been automatically locked due to no recent activity. If you are running into a similar issue, please open a new issue with a reproduction. Thank you.'