Skip to content

Commit

Permalink
Tweak bot settings
Browse files Browse the repository at this point in the history
  • Loading branch information
Timer committed Nov 8, 2018
1 parent 76407a8 commit 32106d2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 17 deletions.
16 changes: 3 additions & 13 deletions .github/lock.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,7 @@

# Number of days of inactivity before a closed issue or pull request is locked
daysUntilLock: 5
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.
# Do not comment when locking
setLockReason: false
lockComment: false
7 changes: 3 additions & 4 deletions .github/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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!

0 comments on commit 32106d2

Please sign in to comment.