Skip to content
Snippets Groups Projects
Unverified Commit 2f231a50 authored by Robert Fratto's avatar Robert Fratto Committed by GitHub
Browse files

Add probot-stale configuration to close stale issues. (#964)

See [probot-stale's](https://github.com/probot/stale) repository for full
list of configuration options.
parent cae0491e
No related branches found
No related tags found
No related merge requests found
# Days without any activity until an issue is labeled as stale
daysUntilStale: 30
# Days after having the stale label that the issue will be closed
daysUntilClose: 7
# Labels that prevent issues from being marked as stale
exemptLabels:
- important
# Label to use to identify a stale issue
staleLabel: stale
# Comment to post when marking an issue as stale. Leave as false
# to disable.
markComment: >
This issue has been automatically marked as stale because it has not had any
activity in the past 30 days. It will be closed in 7 days if no further
activity occurs. Thank you for your contributions.
# Comment to post when closing a stale issue. Leave as
# false to disable.
closeCommnent: false
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment