Update stale.yml

This commit is contained in:
Joe Haddad
2018-11-07 21:36:08 -05:00
committed by GitHub
parent 77f8df7ad7
commit 76407a859b

8
.github/stale.yml vendored
View File

@@ -28,23 +28,23 @@ issues:
# Comment to post when marking Issues as stale.
markComment: >
This issue has been automatically marked as stale because it has not had any
recent activity. It will be closed in 7 days if no further activity occurs.
recent activity. It will be closed in 5 days if no further activity occurs.
# 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 7 days unless the issue is
activity. The conversation will be locked in 5 days unless the issue is
reopened.
pulls:
# Comment to post when marking Pull Request as stale.
markComment: >
This pull request has been automatically marked as stale because it has not
had any recent activity. It will be closed in 7 days if no further activity
had any recent activity. It will be closed in 5 days if no further activity
occurs.
# 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 7 days unless the pull
recent activity. The conversation will be locked in 5 days unless the pull
request is reopened. Thank you for your contribution.