From 6893158b55cb8f221a74844455b82d9e470a7680 Mon Sep 17 00:00:00 2001 From: Tim Neutkens Date: Wed, 16 May 2018 12:31:21 +0200 Subject: [PATCH] Lock issues/PRs after 365 days --- .github/lock.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/lock.yml b/.github/lock.yml index 2fde005f..a836a1e1 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: 62 +daysUntilLock: 365 # Comment to post before locking. Set to `false` to disable lockComment: false