chore: change ignored labels for stale bot (#5570)

This commit is contained in:
Alexander Lichter 2019-04-20 15:34:37 +02:00 committed by Xin Du (Clark)
parent aea9db6f56
commit 5c4e8f6983
1 changed files with 3 additions and 3 deletions

6
.github/stale.yml vendored
View File

@ -5,8 +5,8 @@ staleLabel: stale
exemptLabels: exemptLabels:
- "cmty:feature-request" - "cmty:feature-request"
- "WIP" - "WIP"
- ":clock1:Pending" - "pending"
- "type:discussion" - "discussion"
markComment: > markComment: >
Thanks for your contribution to Nuxt.js! Thanks for your contribution to Nuxt.js!
@ -18,4 +18,4 @@ markComment: >
1. Verify that you can still reproduce the issue in the latest version of nuxt-edge 1. Verify that you can still reproduce the issue in the latest version of nuxt-edge
1. Comment the steps to reproduce it 1. Comment the steps to reproduce it
Issues that are labeled as `🕐Pending` will not be automatically marked as stale. Issues that are labeled as `pending` will not be automatically marked as stale.