]> source.dussan.org Git - jquery.git/commitdiff
Misc: Add config for lockbot
authorDave Methvin <dave.methvin@gmail.com>
Tue, 8 May 2018 20:55:14 +0000 (16:55 -0400)
committerDave Methvin <dave.methvin@gmail.com>
Sun, 17 Jun 2018 19:49:27 +0000 (15:49 -0400)
.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..04e8a2f
--- /dev/null
@@ -0,0 +1,13 @@
+# 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: 180
+
+# Issues and pull requests with these labels will not be locked. Set to `[]` to disable
+exemptLabels: []
+
+# Label to add before locking, such as `outdated`. Set to `false` to disable
+lockLabel: false
+
+# Comment to post before locking. Set to `false` to disable
+lockComment: false