From a687b9383b3324efa315c81625b9d2727b16cb99 Mon Sep 17 00:00:00 2001 From: Jed Fox Date: Sun, 19 Aug 2018 07:33:20 -0400 Subject: [PATCH] Add a label that exempts issues from auto-locking (#4987) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Add a label that exempts issues from auto-locking * Exempt the “awaiting response” label so people can always reply and have their issue reopened --- .github/lock.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/lock.yml b/.github/lock.yml index 6f754b07..a7370394 100644 --- a/.github/lock.yml +++ b/.github/lock.yml @@ -3,3 +3,6 @@ daysUntilLock: 90 lockLabel: locked-due-to-inactivity lockComment: false setLockReason: true +exemptLabels: + - keep-unlocked + - status:awaiting response