Tweak bot settings

This commit is contained in:
Joe Haddad
2018-11-07 21:55:06 -05:00
parent 76407a859b
commit 32106d216e
2 changed files with 6 additions and 17 deletions

16
.github/lock.yml vendored
View File

@@ -2,17 +2,7 @@
# Number of days of inactivity before a closed issue or pull request is locked
daysUntilLock: 5
# Do not comment when locking
setLockReason: false
issues:
# Comment to post when locking a stale Issue.
lockComment: >
The conversation for this issue has been locked because the issue is
closed. If you have a question or comment, please open a new issue.
pulls:
# Comment to post when locking a stale Pull Request.
lockComment: >
The conversation for this pull request has been locked because the pull
request is closed. If you would like to contribute please open a new pull
request.
lockComment: false

7
.github/stale.yml vendored
View File

@@ -33,8 +33,7 @@ issues:
# Comment to post when closing a stale Issue.
closeComment: >
This issue has been automatically closed because it has not had any recent
activity. The conversation will be locked in 5 days unless the issue is
reopened.
activity. If you have a question or comment, please open a new issue.
pulls:
# Comment to post when marking Pull Request as stale.
@@ -46,5 +45,5 @@ pulls:
# Comment to post when closing a stale Pull Request.
closeComment: >
This pull request has been automatically closed because it has not had any
recent activity. The conversation will be locked in 5 days unless the pull
request is reopened. Thank you for your contribution.
recent activity. If you have a question or comment, please open a new
issue. Thank you for your contribution!