licensee/.github/stale.yml

30 lines
970 B
YAML
Raw Normal View History

2017-04-07 01:25:22 +08:00
# Configuration for probot-stale - https://github.com/probot/stale
2018-05-03 23:37:05 +08:00
# Note: Please Don't edit this file directly.
# Edit https://github.com/benbalter/shared-community-files instead.
2017-04-07 01:25:22 +08:00
# Number of days of inactivity before an Issue or Pull Request becomes stale
daysUntilStale: 60
# Number of days of inactivity before a stale Issue or Pull Request is closed
daysUntilClose: 7
# Issues or Pull Requests with these labels will never be considered stale
exemptLabels:
- pinned
- security
2017-08-29 04:15:42 +08:00
2017-04-07 01:25:22 +08:00
# Label to use when marking as stale
staleLabel: wontfix
# Comment to post when marking as stale. Set to `false` to disable
markComment: >
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.
2017-08-29 04:15:42 +08:00
2017-04-07 01:25:22 +08:00
# Comment to post when closing a stale Issue or Pull Request. Set to `false` to disable
closeComment: false
# Limit to only `issues` or `pulls`
# only: issues