Add a stale-bot (#3659)

will apply the `stale` label to any issues and pull requests with >60/120 days inactivity respectively
This commit is contained in:
jtpavlock 2020-07-11 15:59:34 -05:00 committed by GitHub
parent 97378c6c90
commit cc9f4ab251
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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

@ -0,0 +1,26 @@
# Configuration for probot-stale - https://github.com/probot/stale
daysUntilClose: 7
staleLabel: stale
issues:
daysUntilStale: 60
onlyLabels:
- needinfo
markComment: >
Is this still relevant? If so, what is blocking it?
Is there anything you can do to help move it forward?
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.
pulls:
daysUntilStale: 120
markComment: >
Is this still relevant? If so, what is blocking it?
Is there anything you can do to help move it forward?
This pull request 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.