From 1fa3ae2fcd5b90a6f2a4e5dc83b3580297e83c1b Mon Sep 17 00:00:00 2001 From: David Steele Date: Tue, 11 Feb 2020 19:54:17 -0700 Subject: [PATCH] Prevent lock-bot from marking locked issues as "resolved". This is certainly not true in all cases, e.g. an issue may be closed if it is added to the backlog. --- .github/lock.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/lock.yml b/.github/lock.yml index 8935e94dc..f7be967d5 100644 --- a/.github/lock.yml +++ b/.github/lock.yml @@ -17,7 +17,7 @@ lockLabel: false lockComment: false # Assign `resolved` as the reason for locking. Set to `false` to disable -setLockReason: true +setLockReason: false # Limit to only `issues` or `pulls` # only: issues