Activate Stale bot for PR's (#31837)

* Activate Stale bot for PR's

* Disable issues only
This commit is contained in:
Franck Nijhof 2020-02-17 00:22:51 +01:00 committed by GitHub
parent f53ae12bb6
commit ae78fb857e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

12
.github/stale.yml vendored
View File

@ -52,4 +52,14 @@ markComment: >
limitPerRun: 30
# Limit to only `issues` or `pulls`
only: issues
# only: issues
# Handle pull requests a little bit faster and with an adjusted comment.
pulls:
daysUntilStale: 30
markComment: >
There hasn't been any activity on this pull request recently. This pull
request has been automatically marked as stale because of that and will
be closed if no further activity occurs within 7 days.
Thank you for your contributions.