From 80cefaff2f657a489cba10057d724a5fcc7ab0b7 Mon Sep 17 00:00:00 2001 From: Henry Zhu Date: Mon, 30 Apr 2018 22:28:23 -0700 Subject: [PATCH] add lock bot for old closed issues [skip ci] (#7839) --- .github/lock.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .github/lock.yml diff --git a/.github/lock.yml b/.github/lock.yml new file mode 100644 index 0000000000..6a31dcec56 --- /dev/null +++ b/.github/lock.yml @@ -0,0 +1,15 @@ +# 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: 183 +# Comment to post before locking. Set to `false` to disable +lockComment: false +#lockComment: > +# 👋 This thread has been automatically locked because it has been closed for a period of time 😴 and exact/similar +# problems may have been fixed already in a later version 🙂. +# Please open a new issue for related bugs and link to relevant comments in this thread. +# Issues or pull requests with these labels will not be locked +# exemptLabels: +# - no-locking +# Limit to only `issues` or `pulls` +# only: issues