File tree 2 files changed +6
-17
lines changed 2 files changed +6
-17
lines changed Original file line number Diff line number Diff line change 2
2
3
3
# Number of days of inactivity before a closed issue or pull request is locked
4
4
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 have a question or comment, please open a new issue.
12
5
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:
33
33
# Comment to post when closing a stale Issue.
34
34
closeComment : >
35
35
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.
38
37
39
38
pulls :
40
39
# Comment to post when marking Pull Request as stale.
46
45
# Comment to post when closing a stale Pull Request.
47
46
closeComment : >
48
47
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