aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2018-05-05 14:05:57 +0200
committerDaniel Stenberg <daniel@haxx.se>2018-05-05 14:05:57 +0200
commit3ed3db5c0488ec5a5ff3ca463a6625d0328f641e (patch)
tree5234bb3456378e7e8e7df8d9d17c840ac575869a /.github
parentbabd55e25f6d00fc59e8952a9a8b56b6de93fabe (diff)
github/lock: auto-lock closed issues after 90 days of inactivity
Diffstat (limited to '.github')
-rw-r--r--.github/lock.yml8
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