From c8d2655b18c944748ce728448a58fad1733c7e88 Mon Sep 17 00:00:00 2001 From: Francis Gulotta Date: Mon, 5 Feb 2018 10:06:25 -0500 Subject: [PATCH] chore(github): lock old issues and prs --- .github/lock.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .github/lock.yml diff --git a/.github/lock.yml b/.github/lock.yml new file mode 100644 index 000000000..00c804d3d --- /dev/null +++ b/.github/lock.yml @@ -0,0 +1,13 @@ +# 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: 180 +# Comment to post before locking. Set to `false` to disable +lockComment: false +# lockComment: > +# This thread has been automatically locked because it has not had recent +# activity. Please open a new issue for related bugs and link to relevant +# comments in this thread. + +# Limit to only `issues` or `pulls` +# only: issues