2017-10-04 06:17:36 +00:00
|
|
|
# Configuration for probot-stale - https://github.com/probot/stale
|
|
|
|
|
|
|
|
# Label to use when marking as stale
|
|
|
|
staleLabel: Stale
|
|
|
|
# Comment to post when removing the stale label. Set to `false` to disable
|
|
|
|
unmarkComment: false
|
2017-12-21 21:22:57 +00:00
|
|
|
# Limit the number of actions per hour, from 1-30. Default is 30
|
|
|
|
limitPerRun: 1
|
2018-09-27 04:22:54 +00:00
|
|
|
# Issues with these labels will never be considered stale. Set to `[]` to disable
|
|
|
|
exemptLabels:
|
|
|
|
- Assigned
|
2017-12-21 21:22:57 +00:00
|
|
|
|
|
|
|
pulls:
|
|
|
|
# Number of days of inactivity before a Pull Request becomes stale
|
2018-08-18 18:21:53 +00:00
|
|
|
daysUntilStale: 60
|
2017-12-21 21:22:57 +00:00
|
|
|
# Number of days of inactivity before a stale Pull Request is closed
|
2018-08-18 18:21:53 +00:00
|
|
|
daysUntilClose: 14
|
2017-12-21 21:22:57 +00:00
|
|
|
# Comment to post when marking as stale. Set to `false` to disable
|
|
|
|
markComment: >
|
|
|
|
This pull request has been automatically marked as stale because it has not had recent
|
|
|
|
activity, and will be closed if no further activity occurs. If this pull request was
|
|
|
|
overlooked, forgotten, or should remain open for any other reason, please reply
|
|
|
|
here to call attention to it and remove the stale status. Thank you for your contributions.
|
|
|
|
# Comment to post when closing a stale Pull Request. Set to `false` to disable
|
|
|
|
closeComment: >
|
|
|
|
This pull request has been automatically closed because it has not had
|
|
|
|
recent activity. Please feel free to update or reopen it.
|
|
|
|
issues:
|
|
|
|
# Number of days of inactivity before an Issue becomes stale
|
|
|
|
daysUntilStale: 180
|
|
|
|
# Number of days of inactivity before a stale Issue is closed
|
|
|
|
daysUntilClose: 14
|
|
|
|
# Comment to post when marking as stale. Set to `false` to disable
|
|
|
|
markComment: >
|
|
|
|
This issue has been automatically marked as stale because it has not had activity
|
2018-02-06 06:42:17 +00:00
|
|
|
in a long time. If this issue is still relevant and should remain open, please reply
|
|
|
|
with a short explanation (e.g. "I have checked the code and this issue is still relevant because ___."
|
|
|
|
or "Here's a screenshot of this issue on the latest version").
|
|
|
|
Thank you for your contributions!
|
2017-12-21 21:22:57 +00:00
|
|
|
# Comment to post when closing a stale Issue. Set to `false` to disable
|
|
|
|
closeComment: >
|
|
|
|
This issue has been automatically closed because it has not had
|
|
|
|
activity in a long time. Please feel free to reopen it or create a new issue.
|