|
1 | 1 | # Configuration for lock-threads - https://github.com/dessant/lock-threads
|
2 | 2 |
|
3 | 3 | # Number of days of inactivity before a closed issue or pull request is locked
|
4 | | -daysUntilLock: 7 |
| 4 | +daysUntilLock: 5 |
5 | 5 | setLockReason: false
|
6 | 6 |
|
7 | 7 | issues:
|
8 | 8 | # Comment to post when locking a stale Issue.
|
9 | 9 | lockComment: >
|
10 | 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. |
| 11 | + closed. If you have a question or comment, please open a new issue. |
12 | 12 |
|
13 | 13 | pulls:
|
14 | 14 | # Comment to post when locking a stale Pull Request.
|
|
0 commit comments