We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f9fb02 commit 0767e57Copy full SHA for 0767e57
.github/lock.yml
@@ -1,7 +1,7 @@
1
# Configuration for lock-threads - https://github.com/dessant/lock-threads
2
3
# Number of days of inactivity before a closed issue or pull request is locked
4
-daysUntilLock: 365
+daysUntilLock: 180
5
6
# Issues and pull requests with these labels will not be locked. Set to `[]` to disable
7
exemptLabels: []
@@ -10,10 +10,7 @@ exemptLabels: []
10
lockLabel: false
11
12
# Comment to post before locking. Set to `false` to disable
13
-lockComment: >
14
- This thread has been automatically locked as there has not been
15
- any recent activity since it was closed. Please open a new issue for
16
- related bugs.
+lockComment: false
17
18
# Limit to only `issues` or `pulls`
19
# only: issues
0 commit comments