Add probot/stale configuration

This commit is contained in:
Rafael Mendonça França 2017-03-27 13:55:50 -04:00
parent 88bae252ff
commit 813413e432
No known key found for this signature in database
GPG Key ID: FC23B6D0F1EEE948
1 changed files with 24 additions and 0 deletions

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

@ -0,0 +1,24 @@
# Number of days of inactivity before an issue becomes stale
days: 90
# Issues with these labels will never be considered stale
exemptLabels:
- pinned
- security
- With reproduction steps
- attached PR
- regression
- release blocker
# Label to use when marking an issue as stale
staleLabel: wontfix
# 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 been commented on for at least three months.
The resources of the Rails team are limited, and so we are asking for your help.
If you can still reproduce this error on the `5-1-stable` branch or on `master`,
please reply with all of the information you have about it in order to keep the issue open.
Thank you for all your contributions.
# Comment to post when closing a stale issue. Set to `false` to disable
closeComment: false