chore: add exempt labels for stale

This commit is contained in:
Clark Du 2018-11-23 11:08:49 +00:00
parent 4c2708849f
commit 07923eb6b4
1 changed files with 11 additions and 0 deletions

11
.github/stale.yml vendored
View File

@ -4,6 +4,17 @@ daysUntilClose: 7
staleLabel: stale staleLabel: stale
exemptLabels: exemptLabels:
- "cmty:feature-request" - "cmty:feature-request"
- "WIP"
- ":clock1:PR Pending"
markComment: > markComment: >
Thanks for your contribution to Nuxt.js!
This issue has been automatically marked as stale because it has not had This issue has been automatically marked as stale because it has not had
recent activity. It will be closed if no further activity occurs. recent activity. It will be closed if no further activity occurs.
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
Issues that are labeled as `:clock1:Pending` will not be automatically marked as stale.