Add stale configuration (#6682)

* Add stale configuration

Add stale bot configuration. Mark anything inactive for >6 months as stale.

* Update close comment
This commit is contained in:
Thomas Kooi 2018-11-18 12:26:11 +01:00 committed by GitHub
parent 9a064ec9c7
commit 17eed99a93
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

40
.github/stale.yml vendored Normal file
View File

@ -0,0 +1,40 @@
# 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
# Issues with these labels will never be considered stale
exemptLabels:
- impact/large
- kind/critical bug
- kind/bug
- status/accepting-pr
- status/cherrypick
- status/merge on release
- sticky
# Label to use when marking an issue as stale
staleLabel: status/stale
# Comment to post when marking an issue as stale. Set to `false` to disable
markComment: >
This issue has been automatically marked as stale because it has not had
recent activity. It will be closed if no further activity occurs. Thank you
for your contributions.
# Comment to post when closing a stale issue. Set to `false` to disable
closeComment: >
This issue has been automatically closed due to inactivity.
If this is still an issue, please feel free to re-open this. If necessary, provide any additional details to help us solve this issue.
If you wish to assist us resolving this issue,
please re-open or create a new issue stating you wish to help us out.
Thank you for your contributions.
# Limit the number of actions per hour, from 1-30. Default is 30
limitPerRun: 30
# Limit to only `issues` or `pulls`
only: issues