]> granicus.if.org Git - curl/commitdiff
github/lock: auto-lock closed issues after 90 days of inactivity
authorDaniel Stenberg <daniel@haxx.se>
Sat, 5 May 2018 12:05:57 +0000 (14:05 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Sat, 5 May 2018 12:05:57 +0000 (14:05 +0200)
.github/lock.yml [new file with mode: 0644]

diff --git a/.github/lock.yml b/.github/lock.yml
new file mode 100644 (file)
index 0000000..66e7912
--- /dev/null
@@ -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