From 19152a45d8a8f841206d321f79a60ab6d365a98f Mon Sep 17 00:00:00 2001 From: Goutham Veeramachaneni Date: Mon, 25 Mar 2019 17:13:47 +0530 Subject: [PATCH] lockbot: don't comment when locking issues (#5402) Signed-off-by: Goutham Veeramachaneni --- .github/lock.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/lock.yml b/.github/lock.yml index 7eb7f632cc..bed690b33b 100644 --- a/.github/lock.yml +++ b/.github/lock.yml @@ -14,10 +14,7 @@ exemptLabels: [] lockLabel: false # Comment to post before locking. Set to `false` to disable -lockComment: > - This thread has been automatically locked since there has not been - any recent activity after it was closed. Please open a new issue for - related bugs. +lockComment: false # Assign `resolved` as the reason for locking. Set to `false` to disable setLockReason: false