2018-10-31 17:08:55 +00:00
|
|
|
# Configuration for probot-stale - https://github.com/probot/stale
|
2019-11-05 10:49:38 +00:00
|
|
|
daysUntilStale: 30
|
2018-10-31 17:08:55 +00:00
|
|
|
daysUntilClose: 7
|
|
|
|
staleLabel: stale
|
2018-10-31 19:08:45 +00:00
|
|
|
exemptLabels:
|
|
|
|
- "cmty:feature-request"
|
2018-11-23 11:08:49 +00:00
|
|
|
- "WIP"
|
2019-04-20 13:34:37 +00:00
|
|
|
- "pending"
|
|
|
|
- "discussion"
|
2019-11-05 10:49:38 +00:00
|
|
|
exemptAssignees: true
|
|
|
|
only: issues
|
2018-10-31 17:08:55 +00:00
|
|
|
markComment: >
|
2018-11-23 11:08:49 +00:00
|
|
|
Thanks for your contribution to Nuxt.js!
|
|
|
|
|
2018-10-31 17:08:55 +00:00
|
|
|
This issue has been automatically marked as stale because it has not had
|
|
|
|
recent activity. It will be closed if no further activity occurs.
|
2018-11-23 11:08:49 +00:00
|
|
|
|
|
|
|
If you would like this issue to remain open:
|
|
|
|
|
|
|
|
1. Verify that you can still reproduce the issue in the latest version of nuxt-edge
|
|
|
|
1. Comment the steps to reproduce it
|
|
|
|
|
2019-04-20 13:34:37 +00:00
|
|
|
Issues that are labeled as `pending` will not be automatically marked as stale.
|