From 9de2c408c7ff83e6f182eb875546ddc019f502ec Mon Sep 17 00:00:00 2001 From: Kyle Kelley Date: Thu, 10 May 2018 15:04:34 -0700 Subject: [PATCH] Don't comment after locking with the bot (#4331) --- .github/lock.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/lock.yml b/.github/lock.yml index 2129f997..80e3d6d4 100644 --- a/.github/lock.yml +++ b/.github/lock.yml @@ -3,7 +3,4 @@ # Number of days of inactivity before a closed issue or pull request is locked daysUntilLock: 181 # Comment to post before locking. Set to `false` to disable -lockComment: > - This thread has been automatically locked because it has not had recent - activity. Please open a new issue for related bugs and link to relevant - comments in this thread. +lockComment: false