Skip to content

Commit 32106d2

Browse files
committed
Tweak bot settings
1 parent 76407a8 commit 32106d2

File tree

2 files changed

+6
-17
lines changed

2 files changed

+6
-17
lines changed

.github/lock.yml

Lines changed: 3 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,7 @@
22

33
# Number of days of inactivity before a closed issue or pull request is locked
44
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.
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

.github/stale.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff 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
3938
pulls:
4039
# Comment to post when marking Pull Request as stale.
@@ -46,5 +45,5 @@ pulls:
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!

0 commit comments

Comments
 (0)