Skip 'enhancement' issues by stale bot.
This commit is contained in:
parent
95b4435396
commit
dba3c39726
|
@ -3,7 +3,7 @@ daysUntilStale: 180
|
|||
# Number of days of inactivity before a stale issue is closed
|
||||
daysUntilClose: 30
|
||||
# Issues with these labels will never be considered stale
|
||||
exemptLabels: []
|
||||
exemptLabels: [ "enhancement" ]
|
||||
# Label to use when marking an issue as stale
|
||||
staleLabel: stale
|
||||
# Comment to post when marking an issue as stale. Set to `false` to disable
|
||||
|
|
Loading…
Reference in New Issue