Configure "Stale" probot

This commit is contained in:
Kamil Kokot 2017-11-30 11:08:56 +01:00
parent 1d950a2bd5
commit 2071a46b18
No known key found for this signature in database
GPG key ID: 7BD76F7054D93C89

13
.github/stale.yml vendored Normal file
View file

@ -0,0 +1,13 @@
daysUntilStale: 90
daysUntilClose: 7
exemptLabels:
- Bug
- Critical
- RFC
staleLabel: Stale
markComment: >
This issue has been automatically marked as stale because it has not had any
recent activity. It will be closed in a week if no further activity occurs.
Thank you for your contributions.
unmarkComment: false
closeComment: false