From e76344812e3cc902d61aa7f05376cc00fdfa5ce0 Mon Sep 17 00:00:00 2001 From: Cameron Gutman Date: Fri, 1 Jan 2021 13:21:40 -0600 Subject: [PATCH] Don't lock enhancement requests --- .github/lock.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/lock.yml b/.github/lock.yml index 4c08dce..1ba1162 100644 --- a/.github/lock.yml +++ b/.github/lock.yml @@ -8,7 +8,8 @@ daysUntilLock: 60 skipCreatedBefore: false # Issues and pull requests with these labels will be ignored. Set to `[]` to disable -exemptLabels: [] +exemptLabels: + - enhancement # Label to add before locking, such as `outdated`. Set to `false` to disable lockLabel: false