We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc5844c commit f857e1cCopy full SHA for f857e1c
1 file changed
.github/lock.yml
@@ -0,0 +1,20 @@
1
+# Configuration for Lock Threads - https://github.com/dessant/lock-threads-app
2
+
3
+# Number of days of inactivity before a closed issue or pull request is locked
4
+daysUntilLock: 1
5
6
+# Skip issues and pull requests created before a given timestamp. Timestamp must
7
+# follow ISO 8601 (`YYYY-MM-DD`). Set to `false` to disable
8
+skipCreatedBefore: false
9
10
+# Issues and pull requests with these labels will be ignored. Set to `[]` to disable
11
+exemptLabels: []
12
13
+# Label to add before locking, such as `outdated`. Set to `false` to disable
14
+lockLabel: false
15
16
+# Comment to post before locking. Set to `false` to disable
17
+lockComment: false
18
19
+# Assign `resolved` as the reason for locking. Set to `false` to disable
20
+setLockReason: false
0 commit comments