diff options
author | Daniel Stenberg <daniel@haxx.se> | 2018-05-05 14:05:57 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2018-05-05 14:05:57 +0200 |
commit | 3ed3db5c0488ec5a5ff3ca463a6625d0328f641e (patch) | |
tree | 5234bb3456378e7e8e7df8d9d17c840ac575869a /.github/lock.yml | |
parent | babd55e25f6d00fc59e8952a9a8b56b6de93fabe (diff) | |
download | curl-3ed3db5c0488ec5a5ff3ca463a6625d0328f641e.tar.gz |
github/lock: auto-lock closed issues after 90 days of inactivity
Diffstat (limited to '.github/lock.yml')
-rw-r--r-- | .github/lock.yml | 8 |
1 files changed, 8 insertions, 0 deletions
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 |