From 3ed3db5c0488ec5a5ff3ca463a6625d0328f641e Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Sat, 5 May 2018 14:05:57 +0200 Subject: github/lock: auto-lock closed issues after 90 days of inactivity --- .github/lock.yml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .github/lock.yml (limited to '.github/lock.yml') diff --git a/.github/lock.yml b/.github/lock.yml new file mode 100644 index 000000000..66e79128e --- /dev/null +++ b/.github/lock.yml @@ -0,0 +1,8 @@ +# 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: 90 +# Comment to post before locking. Set to `false` to disable +lockComment: false +# Limit to only `issues` or `pulls` +# only: issues -- cgit v1.2.3