add bug to exempt labels on git stale.yml (#942)
Signed-off-by: Lucas Fernando Cardoso Nunes <lucasfc.nunes@gmail.com>
This commit is contained in:
parent
cfa89d4040
commit
53eb7ddcd1
|
|
@ -4,9 +4,10 @@ daysUntilStale: 14
|
|||
daysUntilClose: 7
|
||||
# Issues with these labels will never be considered stale
|
||||
exemptLabels:
|
||||
- in progress
|
||||
- in progress
|
||||
- pinned
|
||||
- security
|
||||
- bug
|
||||
# Label to use when marking an issue as stale
|
||||
staleLabel: wontfix
|
||||
# Comment to post when marking an issue as stale. Set to `false` to disable
|
||||
|
|
|
|||
Loading…
Reference in New Issue