misc: make more tags "not-stale"
PR-URL: https://github.com/libuv/libuv/pull/2539 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
This commit is contained in:
parent
5cb8860b45
commit
6432886e0d
5
.github/stale.yml
vendored
5
.github/stale.yml
vendored
@ -5,6 +5,11 @@ daysUntilClose: 7
|
||||
# Issues with these labels will never be considered stale
|
||||
exemptLabels:
|
||||
- v2
|
||||
- enhancement
|
||||
- good first issue
|
||||
- feature-request
|
||||
- doc
|
||||
- bug
|
||||
- not-stale
|
||||
# Label to use when marking an issue as stale
|
||||
staleLabel: stale
|
||||
|
||||
Loading…
Reference in New Issue
Block a user