From 8a74ac577a9087cbae76bc54682c88bbe5a046f1 Mon Sep 17 00:00:00 2001 From: Joe Haddad Date: Fri, 2 Nov 2018 18:06:48 -0400 Subject: [PATCH] Lock issues more aggressively --- .github/lock.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/lock.yml b/.github/lock.yml index 4b055fd8e69..015721936d1 100644 --- a/.github/lock.yml +++ b/.github/lock.yml @@ -1,14 +1,14 @@ # 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: 7 +daysUntilLock: 5 setLockReason: false issues: # Comment to post when locking a stale Issue. lockComment: > The conversation for this issue has been locked because the issue is - closed. If you would like to contribute please open a new issue. + closed. If you have a question or comment, please open a new issue. pulls: # Comment to post when locking a stale Pull Request.