Skip to content

Commit 0767e57

Browse files
committed
Switch daysUntilLock to 180
1 parent 2f9fb02 commit 0767e57

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/lock.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Configuration for lock-threads - https://github.com/dessant/lock-threads
22

33
# Number of days of inactivity before a closed issue or pull request is locked
4-
daysUntilLock: 365
4+
daysUntilLock: 180
55

66
# Issues and pull requests with these labels will not be locked. Set to `[]` to disable
77
exemptLabels: []
@@ -10,10 +10,7 @@ exemptLabels: []
1010
lockLabel: false
1111

1212
# 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.
13+
lockComment: false
1714

1815
# Limit to only `issues` or `pulls`
1916
# only: issues

0 commit comments

Comments
 (0)