From 67986ee76180f6de0a6b37241ebb16eb6599234c Mon Sep 17 00:00:00 2001 From: MinchinWeb Date: Wed, 6 May 2020 20:47:06 -0600 Subject: [PATCH] improvements to lockbot for Github comments --- .github/lock.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/lock.yml b/.github/lock.yml index bd958703..6823d032 100644 --- a/.github/lock.yml +++ b/.github/lock.yml @@ -8,7 +8,7 @@ daysUntilLock: 90 skipCreatedBefore: false # Issues and pull requests with these labels will be ignored. Set to `[]` to disable -exemptLabels: [] +exemptLabels: [':pushpin:'] # Label to add before locking, such as `outdated`. Set to `false` to disable lockLabel: ':lock:' @@ -17,7 +17,8 @@ lockLabel: ':lock:' 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. + related bugs. You can link back here from your new issue to continue + the conversation. # Assign `resolved` as the reason for locking. Set to `false` to disable setLockReason: true