Changed stalebot to ignore issues tagged with 'pinned'

no issue

- this stops the annoying stale-unstale loops we find ourselves in
This commit is contained in:
Daniel Lockyer 2020-01-27 10:38:58 +07:00
parent 56bcd4279f
commit 5f49144985

3
.github/stale.yml vendored
View File

@ -3,7 +3,8 @@ daysUntilStale: 90
# Number of days of inactivity before a stale issue is closed
daysUntilClose: 7
# Issues with these labels will never be considered stale
# exemptLabels:
exemptLabels:
- pinned
# 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