From 8eb67f43267e064df7619161c19ae9c4651e9334 Mon Sep 17 00:00:00 2001 From: Alex Gotev Date: Thu, 4 Jun 2020 01:30:28 +0200 Subject: [PATCH] 90 days of inactivity will lock the closed thread --- .github/lock.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/lock.yml b/.github/lock.yml index 3388b9d0..36951d80 100644 --- a/.github/lock.yml +++ b/.github/lock.yml @@ -1,7 +1,7 @@ # Configuration for Lock Threads - https://github.com/dessant/lock-threads-app # Number of days of inactivity before a closed issue or pull request is locked -daysUntilLock: 365 +daysUntilLock: 90 # Skip issues and pull requests created before a given timestamp. Timestamp must # follow ISO 8601 (`YYYY-MM-DD`). Set to `false` to disable