File tree Expand file tree Collapse file tree 2 files changed +6
-17
lines changed Expand file tree Collapse file tree 2 files changed +6
-17
lines changed Original file line number Diff line number Diff line change 22
33# Number of days of inactivity before a closed issue or pull request is locked
44daysUntilLock : 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 have a question or comment, please open a new issue.
125
13- pulls :
14- # Comment to post when locking a stale Pull Request.
15- lockComment : >
16- The conversation for this pull request has been locked because the pull
17- request is closed. If you would like to contribute please open a new pull
18- request.
6+ # Do not comment when locking
7+ setLockReason : false
8+ lockComment : false
Original file line number Diff line number Diff line change @@ -33,8 +33,7 @@ issues:
3333 # Comment to post when closing a stale Issue.
3434 closeComment : >
3535 This issue has been automatically closed because it has not had any recent
36- activity. The conversation will be locked in 5 days unless the issue is
37- reopened.
36+ activity. If you have a question or comment, please open a new issue.
3837
3938pulls :
4039 # Comment to post when marking Pull Request as stale.
4645 # Comment to post when closing a stale Pull Request.
4746 closeComment : >
4847 This pull request has been automatically closed because it has not had any
49- recent activity. The conversation will be locked in 5 days unless the pull
50- request is reopened . Thank you for your contribution.
48+ recent activity. If you have a question or comment, please open a new
49+ issue . Thank you for your contribution!
You can’t perform that action at this time.
0 commit comments