2018-10-31 17:08:55 +00:00
|
|
|
# Configuration for probot-stale - https://github.com/probot/stale
|
|
|
|
daysUntilStale: 21
|
|
|
|
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"
|
2018-12-15 14:24:32 +00:00
|
|
|
- ":clock1:Pending"
|
2019-01-07 17:11:19 +00:00
|
|
|
- "type:discussion"
|
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
|
|
|
|
|
2018-11-23 16:06:06 +00:00
|
|
|
Issues that are labeled as `🕐Pending` will not be automatically marked as stale.
|