From: Daniel Stenberg Date: Sat, 5 May 2018 12:05:57 +0000 (+0200) Subject: github/lock: auto-lock closed issues after 90 days of inactivity X-Git-Tag: curl-7_60_0~26 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3ed3db5c0488ec5a5ff3ca463a6625d0328f641e;p=curl github/lock: auto-lock closed issues after 90 days of inactivity --- 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