From 27ec1afb7a9946f1f9b7fd4b329a927fb4e7f684 Mon Sep 17 00:00:00 2001 From: Benoit Blanchon Date: Mon, 13 Jan 2020 18:23:30 +0100 Subject: [PATCH] Configure the "lock-threads" app --- .github/lock.yml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .github/lock.yml diff --git a/.github/lock.yml b/.github/lock.yml new file mode 100644 index 00000000..427d4dc3 --- /dev/null +++ b/.github/lock.yml @@ -0,0 +1,7 @@ +# Configuration for Lock Threads - https://github.com/dessant/lock-threads + +# Number of days of inactivity before a closed issue or pull request is locked +daysUntilLock: 30 + +# Comment to post before locking. Set to `false` to disable +lockComment: false