We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d8307f commit 8a74ac5Copy full SHA for 8a74ac5
.github/lock.yml
@@ -1,14 +1,14 @@
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: 7
+daysUntilLock: 5
5
setLockReason: false
6
7
issues:
8
# Comment to post when locking a stale Issue.
9
lockComment: >
10
The conversation for this issue has been locked because the issue is
11
- closed. If you would like to contribute please open a new issue.
+ closed. If you have a question or comment, please open a new issue.
12
13
pulls:
14
# Comment to post when locking a stale Pull Request.
0 commit comments