Only stale unconfirmed issues

This commit is contained in:
Quinn Casey 2022-04-12 07:31:14 -07:00
parent 1083ed4e40
commit 941ba8d689

7
.github/stale.yml vendored
View File

@ -2,11 +2,8 @@
daysUntilStale: 30 daysUntilStale: 30
# Number of days of inactivity before a stale issue is closed # Number of days of inactivity before a stale issue is closed
daysUntilClose: 7 daysUntilClose: 7
# Issues with these labels will never be considered stale onlyLabels:
exemptLabels: - unconfirmed
- pinned
- security
- fixpending
# Label to use when marking an issue as stale # Label to use when marking an issue as stale
staleLabel: stale staleLabel: stale
# Comment to post when marking an issue as stale. Set to `false` to disable # Comment to post when marking an issue as stale. Set to `false` to disable