From be04325a6acff8aa8a8b6afb19b1f1c4826c3289 Mon Sep 17 00:00:00 2001 From: Eric Anderson Date: Tue, 18 Sep 2018 17:07:47 -0700 Subject: [PATCH] github/lock: Override some of the defaults before enabling These are settings for the Lock app: https://github.com/apps/lock We'll probably want to reduce the daysUntilLock to something lower, but want to try it out first and a larger value will impact fewer issues. 365 is the default, but making it clear what setting we are using. I disable the comment because I don't want notification noise. I disable the resolved feature because I'm not quite sure what it is and I'm not really looking for anything fancy. The defaults can be found at https://github.com/dessant/lock-threads/blob/master/src/schema.js --- .github/lock.yml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .github/lock.yml diff --git a/.github/lock.yml b/.github/lock.yml new file mode 100644 index 0000000000..f0c939876f --- /dev/null +++ b/.github/lock.yml @@ -0,0 +1,3 @@ +daysUntilLock: 365 +lockComment: false +setLockReason: false